#066725

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

Shades of Crusoe #066725

Tints of Crusoe #066725

Color information

#066725 (or 0x066725) is unknown color: approx Crusoe. HEX triplet: 06, 67 and 25. RGB value is (6,103,37). Sum of RGB (Red+Green+Blue) = 6+103+37=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #066725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066725 is #F998DA. Grayscale: #424242. Windows color (decimal): -16357595 or 2451206. OLE color: 2451206.

HSL color Cylindrical-coordinate representation of color #066725: hue angle of 139.18º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066725 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB610337-
CMYK0.9400.640.60
HSL139.18º88.99%21.37%-
HSV(B)139.18º94.17%40.39%-
XYZ5.269.873.38-
YUV66.47111.3684.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 103 (40.62% from 255) = 70.55%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=4.11%
G=70.55%
B=25.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6103370.9400.640.60139.1888.9921.37
Hex667255E0403C8b5915
Octal61474513601007421313125
Binary110110011110010110111100100000011110010001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066725; }

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

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

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

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

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

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

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

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