#066E1D

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

Shades of Crusoe #066E1D

Tints of Crusoe #066E1D

Color information

#066E1D (or 0x066E1D) is unknown color: approx Crusoe. HEX triplet: 06, 6E and 1D. RGB value is (6,110,29). Sum of RGB (Red+Green+Blue) = 6+110+29=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 110 (43.36% from 255 or 75.86% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 110 - color contains mainly: green. Hex color #066E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E1D is #F991E2. Grayscale: #454545. Windows color (decimal): -16355811 or 1928710. OLE color: 1928710.

HSL color Cylindrical-coordinate representation of color #066E1D: hue angle of 133.27º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E1D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB611029-
CMYK0.9500.740.57
HSL133.27º89.66%22.75%-
HSV(B)133.27º94.55%43.14%-
XYZ5.8711.283.03-
YUV69.67105.0482.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 110 (43.36% from 255) = 75.86%
BLUE value IS 29 (11.72% from 255) = 20%
R=4.14%
G=75.86%
B=20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6110290.9500.740.57133.2789.6622.75
Hex66E1D5F04A39855a17
Octal61563513701127120513227
Binary11011011101110110111110100101011100110000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066E1D; }

 p { color: rgb(6,110,29); }

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

<style>
 a { background-color: #066E1D; }

 a { background-color: rgb(6,110,29); }

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

<style>
 span { border-color: #066E1D; }

 span { border-color: rgb(6,110,29); }

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