#066F25

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

Shades of Crusoe #066F25

Tints of Crusoe #066F25

Color information

#066F25 (or 0x066F25) is unknown color: approx Crusoe. HEX triplet: 06, 6F and 25. RGB value is (6,111,37). Sum of RGB (Red+Green+Blue) = 6+111+37=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #066F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F25 is #F990DA. Grayscale: #474747. Windows color (decimal): -16355547 or 2453254. OLE color: 2453254.

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

Color convert

RGB611137-
CMYK0.9500.670.56
HSL137.71º89.74%22.94%-
HSV(B)137.71º94.59%43.53%-
XYZ6.0911.543.66-
YUV71.17108.7181.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=3.90%
G=72.08%
B=24.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111370.9500.670.56137.7189.7422.94
Hex66F255F043388a5a17
Octal61574513701037021213227
Binary110110111110010110111110100001111100010001010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,111,37); }

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

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

 a { background-color: rgb(6,111,37); }

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

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

 span { border-color: rgb(6,111,37); }

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