#065916

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

Shades of Crusoe #065916

Tints of Crusoe #065916

Color information

#065916 (or 0x065916) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 16. RGB value is (6,89,22). Sum of RGB (Red+Green+Blue) = 6+89+22=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #065916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065916 is #F9A6E9. Grayscale: #383838. Windows color (decimal): -16361194 or 1464582. OLE color: 1464582.

HSL color Cylindrical-coordinate representation of color #065916: hue angle of 131.57º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065916 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB68922-
CMYK0.9300.750.65
HSL131.57º87.37%18.63%-
HSV(B)131.57º93.26%34.9%-
XYZ3.797.241.96-
YUV56.54108.591.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 89 (35.16% from 255) = 76.07%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=5.13%
G=76.07%
B=18.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689220.9300.750.65131.5787.3718.63
Hex659165D04B41845713
Octal613126135011310120412723
Binary110101100110110101110101001011100000110000100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065916; }

 p { color: rgb(6,89,22); }

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

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

 a { background-color: rgb(6,89,22); }

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

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

 span { border-color: rgb(6,89,22); }

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