Html Css Color HEX #060C0A Dark Green

📋 copy color: '#060C0A'

red 6 ◦ green 12 ◦ blue 10

#060C0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #060C0A

Tints of Dark Green #060C0A

RGB

 RED value IS 6 (2.73% from 255) = 21.43%

 GREEN value IS 12 (5.08% from 255) = 42.86%

 BLUE value IS 10 (4.3% from 255) = 35.71%

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#060C0A (or 0x060C0A) is known color: Dark Green. HEX triplet: 06, 0C and 0A. RGB value is (6,12,10). Sum of RGB (Red+Green+Blue) = 6+12+10=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #060C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C0A is #F9F3F5. Grayscale: #090909. Windows color (decimal): -16380918 or 658438. OLE color: 658438.

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

Color convert

RGB 6 12 10 -
CMYK 0.50 0 0.17 0.95
HSL 160º 0.33% 0.04% -
HSV(B) 160º 0.5% 0.05% -
XYZ 0.26 0.32 0.34 -
YUV 9.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 6 12 10 0.50 0 0.17 0.95 160 0.33 0.04
Hex 6 C A 32 0 11 5F A0 21 4
Octal 6 14 12 62 0 21 137 240 41 4
Binary 110 1100 1010 110010 0 10001 1011111 10100000 100001 100

Color Harmonies of #060C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C0A

Black with #060C0A

Text Example


Text Example

White with #060C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #060C0A;
 }
 .AnyTagClassName
 {
   color: #060C0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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