#066218

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

Shades of Crusoe #066218

Tints of Crusoe #066218

Color information

#066218 (or 0x066218) is unknown color: approx Crusoe. HEX triplet: 06, 62 and 18. RGB value is (6,98,24). Sum of RGB (Red+Green+Blue) = 6+98+24=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #066218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066218 is #F99DE7. Grayscale: #3E3E3E. Windows color (decimal): -16358888 or 1597958. OLE color: 1597958.

HSL color Cylindrical-coordinate representation of color #066218: hue angle of 131.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066218 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB69824-
CMYK0.9400.760.62
HSL131.74º88.46%20.39%-
HSV(B)131.74º93.88%38.43%-
XYZ4.618.842.33-
YUV62.06106.5288.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 98 (38.67% from 255) = 76.56%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=4.69%
G=76.56%
B=18.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698240.9400.760.62131.7488.4620.39
Hex662185E04C3E845814
Octal61423013601147620413024
Binary11011000101100010111100100110011111010000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066218; }

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

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

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

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

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

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

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

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