#0C7217

Color #0C7217 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C7217

Tints of Green #0C7217

Color information

#0C7217 (or 0x0C7217) is unknown color: approx Green. HEX triplet: 0C, 72 and 17. RGB value is (12,114,23). Sum of RGB (Red+Green+Blue) = 12+114+23=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7217 is #F38DE8. Grayscale: #494949. Windows color (decimal): -15961577 or 1536524. OLE color: 1536524.

HSL color Cylindrical-coordinate representation of color #0C7217: hue angle of 126.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7217 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1211423-
CMYK0.8900.800.55
HSL126.47º80.95%24.71%-
HSV(B)126.47º89.47%44.71%-
XYZ6.3212.172.83-
YUV73.1399.7184.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 114 (44.92% from 255) = 76.51%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=8.05%
G=76.51%
B=15.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114230.8900.800.55126.4780.9524.71
HexC721759050377e5119
Octal141622713101206717612131
Binary11001110010101111011001010100001101111111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C7217;
 }
 .AnyTagClassName
 {
   color: #0C7217;
 }
</style>
background-color css

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

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

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

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

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

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