#065720

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

Shades of Crusoe #065720

Tints of Crusoe #065720

Color information

#065720 (or 0x065720) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 20. RGB value is (6,87,32). Sum of RGB (Red+Green+Blue) = 6+87+32=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #065720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065720 is #F9A8DF. Grayscale: #383838. Windows color (decimal): -16361696 or 2119430. OLE color: 2119430.

HSL color Cylindrical-coordinate representation of color #065720: hue angle of 139.26º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065720 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB68732-
CMYK0.9300.630.66
HSL139.26º87.1%18.24%-
HSV(B)139.26º93.1%34.12%-
XYZ3.746.962.51-
YUV56.51114.1691.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 87 (34.38% from 255) = 69.6%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=4.8%
G=69.6%
B=25.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687320.9300.630.66139.2687.118.24
Hex657205D03F428b5712
Octal61274013507710221312722
Binary110101011110000010111010111111100001010001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065720; }

 p { color: rgb(6,87,32); }

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

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

 a { background-color: rgb(6,87,32); }

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

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

 span { border-color: rgb(6,87,32); }

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