#060A0A

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

Shades of Dark Green #060A0A

Tints of Dark Green #060A0A

Color information

#060A0A (or 0x060A0A) is unknown color: approx Dark Green. HEX triplet: 06, 0A and 0A. RGB value is (6,10,10). Sum of RGB (Red+Green+Blue) = 6+10+10=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #060A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A0A is #F9F5F5. Grayscale: #080808. Windows color (decimal): -16381430 or 657926. OLE color: 657926.

HSL color Cylindrical-coordinate representation of color #060A0A: hue angle of 180º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #060A0A is Cyan = 0.4, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB61010-
CMYK0.4000.96
HSL180º25%3.14%-
HSV(B)180º40%3.92%-
XYZ0.240.280.33-
YUV8.8128.67126-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 23.08%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal610100.4000.96180253.14
Hex6AA280060b4193
Octal612125000140264313
Binary11010101010101000001100000101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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