Html Css Color HEX #0C7017 Green

📋 copy color: '#0C7017'

red 12 ◦ green 112 ◦ blue 23

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

Shades of Green #0C7017

Tints of Green #0C7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 76.19%

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

R = 8.16%
G = 76.19%
B = 15.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#0C7017 (or 0x0C7017) is known color: Green. HEX triplet: 0C, 70 and 17. RGB value is (12,112,23). Sum of RGB (Red+Green+Blue) = 12+112+23=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7017 is #F38FE8. Grayscale: #484848. Windows color (decimal): -15962089 or 1536012. OLE color: 1536012.

HSL color Cylindrical-coordinate representation of color #0C7017: hue angle of 126.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7017 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 112 23 -
CMYK 0.89 0 0.79 0.56
HSL 126.6º 0.81% 0.24% -
HSV(B) 126.6º 0.89% 0.44% -
XYZ 6.1 11.73 2.75 -
YUV 71.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 12 112 23 0.89 0 0.79 0.56 126.6 0.81 0.24
Hex C 70 17 59 0 4F 38 7F 51 18
Octal 14 160 27 131 0 117 70 177 121 30
Binary 1100 1110000 10111 1011001 0 1001111 111000 1111111 1010001 11000

Color Harmonies of #0C7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7017

Black with #0C7017

Text Example


Text Example

White with #0C7017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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