#006E1E

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

Shades of Crusoe #006E1E

Tints of Crusoe #006E1E

Color information

#006E1E (or 0x006E1E) is unknown color: approx Crusoe. HEX triplet: 00, 6E and 1E. RGB value is (0,110,30). Sum of RGB (Red+Green+Blue) = 0+110+30=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 110 (43.36% from 255 or 78.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 110 - color contains mainly: green. Hex color #006E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E1E is #FF91E1. Grayscale: #444444. Windows color (decimal): -16749026 or 1994240. OLE color: 1994240.

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

Color convert

RGB011030-
CMYK100.730.57
HSL136.36º100%21.57%-
HSV(B)136.36º100%43.14%-
XYZ5.8111.253.09-
YUV67.99106.5679.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 78.57%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=0%
G=78.57%
B=21.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal011030100.730.57136.3610021.57
Hex06E1E6404939886416
Octal01563614401117121014426
Binary011011101111011001000100100111100110001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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