#006D1E

Color #006D1E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #006D1E

Tints of Crusoe #006D1E

Color information

#006D1E (or 0x006D1E) is unknown color: approx Crusoe. HEX triplet: 00, 6D and 1E. RGB value is (0,109,30). Sum of RGB (Red+Green+Blue) = 0+109+30=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 109 (42.97% from 255 or 78.42% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 109 - color contains mainly: green. Hex color #006D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D1E is #FF92E1. Grayscale: #434343. Windows color (decimal): -16749282 or 1993984. OLE color: 1993984.

HSL color Cylindrical-coordinate representation of color #006D1E: hue angle of 136.51º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D1E is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB010930-
CMYK100.720.57
HSL136.51º100%21.37%-
HSV(B)136.51º100%42.75%-
XYZ5.711.033.06-
YUV67.4106.8979.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 78.42%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=0%
G=78.42%
B=21.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010930100.720.57136.5110021.37
Hex06D1E6404839896415
Octal01553614401107121114425
Binary011011011111011001000100100011100110001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D1E; }

 p { color: rgb(0,109,30); }

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

<style>
 a { background-color: #006D1E; }

 a { background-color: rgb(0,109,30); }

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

<style>
 span { border-color: #006D1E; }

 span { border-color: rgb(0,109,30); }

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