#066B25

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

Shades of Crusoe #066B25

Tints of Crusoe #066B25

Color information

#066B25 (or 0x066B25) is unknown color: approx Crusoe. HEX triplet: 06, 6B and 25. RGB value is (6,107,37). Sum of RGB (Red+Green+Blue) = 6+107+37=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #066B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B25 is #F994DA. Grayscale: #454545. Windows color (decimal): -16356571 or 2452230. OLE color: 2452230.

HSL color Cylindrical-coordinate representation of color #066B25: hue angle of 138.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B25 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB610737-
CMYK0.9400.650.58
HSL138.42º89.38%22.16%-
HSV(B)138.42º94.39%41.96%-
XYZ5.6710.693.51-
YUV68.82110.0483.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 107 (42.19% from 255) = 71.33%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=4%
G=71.33%
B=24.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107370.9400.650.58138.4289.3822.16
Hex66B255E0413A8a5916
Octal61534513601017221213126
Binary110110101110010110111100100000111101010001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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