#0C6415

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

Shades of Green #0C6415

Tints of Green #0C6415

Color information

#0C6415 (or 0x0C6415) is unknown color: approx Green. HEX triplet: 0C, 64 and 15. RGB value is (12,100,21). Sum of RGB (Red+Green+Blue) = 12+100+21=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6415 is #F39BEA. Grayscale: #404040. Windows color (decimal): -15965163 or 1401868. OLE color: 1401868.

HSL color Cylindrical-coordinate representation of color #0C6415: hue angle of 126.14º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6415 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1210021-
CMYK0.8800.790.61
HSL126.14º78.57%21.96%-
HSV(B)126.14º88%39.22%-
XYZ4.849.252.24-
YUV64.68103.3590.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 100 (39.45% from 255) = 75.19%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=9.02%
G=75.19%
B=15.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12100210.8800.790.61126.1478.5721.96
HexC64155804F3D7e4f16
Octal141442513001177517611726
Binary11001100100101011011000010011111111011111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,100,21); }

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

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

 a { background-color: rgb(12,100,21); }

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

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

 span { border-color: rgb(12,100,21); }

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