Html Css Color HEX #0C7619 Green

📋 copy color: '#0C7619'

red 12 ◦ green 118 ◦ blue 25

#0C7619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0C7619

Tints of Green #0C7619

RGB

 RED value IS 12 (5.08% from 255) = 7.74%

 GREEN value IS 118 (46.48% from 255) = 76.13%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 7.74%
G = 76.13%
B = 16.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C7619 (or 0x0C7619) is known color: Green. HEX triplet: 0C, 76 and 19. RGB value is (12,118,25). Sum of RGB (Red+Green+Blue) = 12+118+25=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7619 is #F389E6. Grayscale: #4B4B4B. Windows color (decimal): -15960551 or 1668620. OLE color: 1668620.

HSL color Cylindrical-coordinate representation of color #0C7619: hue angle of 127.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7619 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 25 -
CMYK 0.90 0 0.79 0.54
HSL 127.36º 0.82% 0.25% -
HSV(B) 127.36º 0.9% 0.46% -
XYZ 6.81 13.11 3.09 -
YUV 75.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 12 118 25 0.90 0 0.79 0.54 127.36 0.82 0.25
Hex C 76 19 5A 0 4F 36 7F 52 19
Octal 14 166 31 132 0 117 66 177 122 31
Binary 1100 1110110 11001 1011010 0 1001111 110110 1111111 1010010 11001

Color Harmonies of #0C7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7619

Black with #0C7619

Text Example


Text Example

White with #0C7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7619; }

 p { color: rgb(12,118,25); }

 H1.HeaderClassName
 {
   color: #0C7619;
 }
 .AnyTagClassName
 {
   color: #0C7619;
 }
</style>

background-color css

<style>
 a { background-color: #0C7619; }

 a { background-color: rgb(12,118,25); }

 div.DivClassName
 {
   background-color: #0C7619;
 }
 .BgClassName
 {
   background-color: #0C7619;
 }
</style>

border-color css

<style>
 span { border-color: #0C7619; }

 span { border-color: rgb(12,118,25); }

 td.TdClassName
 {
   border-color: #0C7619;
 }
 .TagClassName
 {
   border-color: #0C7619;
 }
</style>