Html Css Color HEX #06120A Dark Green

📋 copy color: '#06120A'

red 6 ◦ green 18 ◦ blue 10

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

Shades of Dark Green #06120A

Tints of Dark Green #06120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 52.94%

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

R = 17.65%
G = 52.94%
B = 29.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#06120A (or 0x06120A) is known color: Dark Green. HEX triplet: 06, 12 and 0A. RGB value is (6,18,10). Sum of RGB (Red+Green+Blue) = 6+18+10=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #06120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120A is #F9EDF5. Grayscale: #0D0D0D. Windows color (decimal): -16379382 or 659974. OLE color: 659974.

HSL color Cylindrical-coordinate representation of color #06120A: hue angle of 140º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #06120A is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 10 -
CMYK 0.67 0 0.44 0.93
HSL 140º 0.5% 0.05% -
HSV(B) 140º 0.67% 0.07% -
XYZ 0.35 0.49 0.36 -
YUV 13.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 6 18 10 0.67 0 0.44 0.93 140 0.5 0.05
Hex 6 12 A 43 0 2C 5D 8C 32 5
Octal 6 22 12 103 0 54 135 214 62 5
Binary 110 10010 1010 1000011 0 101100 1011101 10001100 110010 101

Color Harmonies of #06120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06120A

Black with #06120A

Text Example


Text Example

White with #06120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06120A; }

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

 H1.HeaderClassName
 {
   color: #06120A;
 }
 .AnyTagClassName
 {
   color: #06120A;
 }
</style>

background-color css

<style>
 a { background-color: #06120A; }

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

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

border-color css

<style>
 span { border-color: #06120A; }

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

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