Html Css Color HEX #06120B Dark Green

📋 copy color: '#06120B'

red 6 ◦ green 18 ◦ blue 11

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

Shades of Dark Green #06120B

Tints of Dark Green #06120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 17.14%
G = 51.43%
B = 31.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#06120B (or 0x06120B) is known color: Dark Green. HEX triplet: 06, 12 and 0B. RGB value is (6,18,11). Sum of RGB (Red+Green+Blue) = 6+18+11=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #06120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120B is #F9EDF4. Grayscale: #0D0D0D. Windows color (decimal): -16379381 or 725510. OLE color: 725510.

HSL color Cylindrical-coordinate representation of color #06120B: hue angle of 145º 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 #06120B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 11 -
CMYK 0.67 0 0.39 0.93
HSL 145º 0.5% 0.05% -
HSV(B) 145º 0.67% 0.07% -
XYZ 0.35 0.5 0.39 -
YUV 13.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 6 18 11 0.67 0 0.39 0.93 145 0.5 0.05
Hex 6 12 B 43 0 27 5D 91 32 5
Octal 6 22 13 103 0 47 135 221 62 5
Binary 110 10010 1011 1000011 0 100111 1011101 10010001 110010 101

Color Harmonies of #06120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06120B

Black with #06120B

Text Example


Text Example

White with #06120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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