#066D25

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

Shades of Crusoe #066D25

Tints of Crusoe #066D25

Color information

#066D25 (or 0x066D25) is unknown color: approx Crusoe. HEX triplet: 06, 6D and 25. RGB value is (6,109,37). Sum of RGB (Red+Green+Blue) = 6+109+37=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #066D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D25 is #F992DA. Grayscale: #464646. Windows color (decimal): -16356059 or 2452742. OLE color: 2452742.

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

Color convert

RGB610937-
CMYK0.9400.660.57
HSL138.06º89.57%22.55%-
HSV(B)138.06º94.5%42.75%-
XYZ5.8811.113.58-
YUV70109.3882.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 109 (42.97% from 255) = 71.71%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=3.95%
G=71.71%
B=24.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6109370.9400.660.57138.0689.5722.55
Hex66D255E042398a5a17
Octal61554513601027121213227
Binary110110110110010110111100100001011100110001010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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