#060C0C

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

Shades of Dark Green #060C0C

Tints of Dark Green #060C0C

Color information

#060C0C (or 0x060C0C) is unknown color: approx Dark Green. HEX triplet: 06, 0C and 0C. RGB value is (6,12,12). Sum of RGB (Red+Green+Blue) = 6+12+12=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: green, blue. Hex color #060C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C0C is #F9F3F3. Grayscale: #0A0A0A. Windows color (decimal): -16380916 or 789510. OLE color: 789510.

HSL color Cylindrical-coordinate representation of color #060C0C: hue angle of 180º 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 #060C0C is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB61212-
CMYK0.50000.95
HSL180º33.33%3.53%-
HSV(B)180º50%4.71%-
XYZ0.270.330.4-
YUV10.21129.01125-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20%
GREEN value IS 12 (5.08% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal612120.50000.9518033.333.53
Hex6CC32005Fb4214
Octal614146200137264414
Binary1101100110011001000101111110110100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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