Html Css Color HEX #0C7917 Green

📋 copy color: '#0C7917'

red 12 ◦ green 121 ◦ blue 23

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

Shades of Green #0C7917

Tints of Green #0C7917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 77.56%

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 7.69%
G = 77.56%
B = 14.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#0C7917 (or 0x0C7917) is known color: Green. HEX triplet: 0C, 79 and 17. RGB value is (12,121,23). Sum of RGB (Red+Green+Blue) = 12+121+23=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 121 (47.66% from 255 or 77.56% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7917 is #F386E8. Grayscale: #4D4D4D. Windows color (decimal): -15959785 or 1538316. OLE color: 1538316.

HSL color Cylindrical-coordinate representation of color #0C7917: hue angle of 126.06º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7917 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 121 23 -
CMYK 0.90 0 0.81 0.53
HSL 126.06º 0.82% 0.26% -
HSV(B) 126.06º 0.9% 0.47% -
XYZ 7.14 13.81 3.1 -
YUV 77.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 12 121 23 0.90 0 0.81 0.53 126.06 0.82 0.26
Hex C 79 17 5A 0 51 35 7E 52 1A
Octal 14 171 27 132 0 121 65 176 122 32
Binary 1100 1111001 10111 1011010 0 1010001 110101 1111110 1010010 11010

Color Harmonies of #0C7917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7917

Black with #0C7917

Text Example


Text Example

White with #0C7917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,121,23); }

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

background-color css

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

 a { background-color: rgb(12,121,23); }

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

border-color css

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

 span { border-color: rgb(12,121,23); }

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