#065C16

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

Shades of Crusoe #065C16

Tints of Crusoe #065C16

Color information

#065C16 (or 0x065C16) is unknown color: approx Crusoe. HEX triplet: 06, 5C and 16. RGB value is (6,92,22). Sum of RGB (Red+Green+Blue) = 6+92+22=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #065C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C16 is #F9A3E9. Grayscale: #3A3A3A. Windows color (decimal): -16360426 or 1465350. OLE color: 1465350.

HSL color Cylindrical-coordinate representation of color #065C16: hue angle of 131.16º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C16 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB69222-
CMYK0.9300.760.64
HSL131.16º87.76%19.22%-
HSV(B)131.16º93.48%36.08%-
XYZ4.057.752.04-
YUV58.31107.5190.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 92 (36.33% from 255) = 76.67%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=5%
G=76.67%
B=18.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal692220.9300.760.64131.1687.7619.22
Hex65C165D04C40835813
Octal613426135011410020313023
Binary110101110010110101110101001100100000010000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065C16; }

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

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

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

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

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

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

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

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