Html Css Color HEX #06110C Dark Green

📋 copy color: '#06110C'

red 6 ◦ green 17 ◦ blue 12

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

Shades of Dark Green #06110C

Tints of Dark Green #06110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 48.57%

 BLUE value IS 12 (5.08% from 255) = 34.29%

R = 17.14%
G = 48.57%
B = 34.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#06110C (or 0x06110C) is known color: Dark Green. HEX triplet: 06, 11 and 0C. RGB value is (6,17,12). Sum of RGB (Red+Green+Blue) = 6+17+12=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #06110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06110C is #F9EEF3. Grayscale: #0D0D0D. Windows color (decimal): -16379636 or 790790. OLE color: 790790.

HSL color Cylindrical-coordinate representation of color #06110C: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #06110C is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 17 12 -
CMYK 0.65 0 0.29 0.93
HSL 152.73º 0.48% 0.05% -
HSV(B) 152.73º 0.65% 0.07% -
XYZ 0.34 0.47 0.42 -
YUV 13.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 6 17 12 0.65 0 0.29 0.93 152.73 0.48 0.05
Hex 6 11 C 41 0 1D 5D 99 30 5
Octal 6 21 14 101 0 35 135 231 60 5
Binary 110 10001 1100 1000001 0 11101 1011101 10011001 110000 101

Color Harmonies of #06110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06110C

Black with #06110C

Text Example


Text Example

White with #06110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06110C; }

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

 H1.HeaderClassName
 {
   color: #06110C;
 }
 .AnyTagClassName
 {
   color: #06110C;
 }
</style>

background-color css

<style>
 a { background-color: #06110C; }

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

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

border-color css

<style>
 span { border-color: #06110C; }

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

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