#0C6901

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

Shades of Green #0C6901

Tints of Green #0C6901

Color information

#0C6901 (or 0x0C6901) is unknown color: approx Green. HEX triplet: 0C, 69 and 01. RGB value is (12,105,1). Sum of RGB (Red+Green+Blue) = 12+105+1=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 105 (41.41% from 255 or 88.98% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6901 is #F396FE. Grayscale: #414141. Windows color (decimal): -15963903 or 92428. OLE color: 92428.

HSL color Cylindrical-coordinate representation of color #0C6901: hue angle of 113.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C6901 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB121051-
CMYK0.8900.990.59
HSL113.65º98.11%20.78%-
HSV(B)113.65º99.05%41.18%-
XYZ5.2110.181.72-
YUV65.3491.6989.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 105 (41.41% from 255) = 88.98%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=10.17%
G=88.98%
B=0.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1210510.8900.990.59113.6598.1120.78
HexC691590633B726215
Octal14151113101437316214225
Binary1100110100111011001011000111110111110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,105,1); }

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

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

 a { background-color: rgb(12,105,1); }

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

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

 span { border-color: rgb(12,105,1); }

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