#06180F

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

Shades of Dark Green #06180F

Tints of Dark Green #06180F

Color information

#06180F (or 0x06180F) is unknown color: approx Dark Green. HEX triplet: 06, 18 and 0F. RGB value is (6,24,15). Sum of RGB (Red+Green+Blue) = 6+24+15=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #06180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06180F is #F9E7F0. Grayscale: #111111. Windows color (decimal): -16377841 or 989190. OLE color: 989190.

HSL color Cylindrical-coordinate representation of color #06180F: hue angle of 150º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #06180F is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB62415-
CMYK0.7500.370.91
HSL150º60%5.88%-
HSV(B)150º75%9.41%-
XYZ0.490.730.57-
YUV17.59126.54119.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=13.33%
G=53.33%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal624150.7500.370.91150605.88
Hex618F4B0255B963c6
Octal63017113045133226746
Binary11011000111110010110100101101101110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06180F; }

 p { color: rgb(6,24,15); }

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

<style>
 a { background-color: #06180F; }

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

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

<style>
 span { border-color: #06180F; }

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

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