#060C08

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

Shades of Dark Green #060C08

Tints of Dark Green #060C08

Color information

#060C08 (or 0x060C08) is unknown color: approx Dark Green. HEX triplet: 06, 0C and 08. RGB value is (6,12,8). Sum of RGB (Red+Green+Blue) = 6+12+8=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #060C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C08 is #F9F3F7. Grayscale: #090909. Windows color (decimal): -16380920 or 527366. OLE color: 527366.

HSL color Cylindrical-coordinate representation of color #060C08: hue angle of 140º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060C08 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB6128-
CMYK0.5000.330.95
HSL140º33.33%3.53%-
HSV(B)140º50%4.71%-
XYZ0.250.320.28-
YUV9.75127.01125.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 23.08%
GREEN value IS 12 (5.08% from 255) = 46.15%
BLUE value IS 8 (3.52% from 255) = 30.77%
R=23.08%
G=46.15%
B=30.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61280.5000.330.9514033.333.53
Hex6C8320215F8c214
Octal6141062041137214414
Binary110110010001100100100001101111110001100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C08; }

 p { color: rgb(6,12,8); }

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

<style>
 a { background-color: #060C08; }

 a { background-color: rgb(6,12,8); }

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

<style>
 span { border-color: #060C08; }

 span { border-color: rgb(6,12,8); }

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