#065514

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

Shades of Crusoe #065514

Tints of Crusoe #065514

Color information

#065514 (or 0x065514) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 14. RGB value is (6,85,20). Sum of RGB (Red+Green+Blue) = 6+85+20=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #065514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065514 is #F9AAEB. Grayscale: #363636. Windows color (decimal): -16362220 or 1332486. OLE color: 1332486.

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

Color convert

RGB68520-
CMYK0.9300.760.67
HSL130.63º86.81%17.84%-
HSV(B)130.63º92.94%33.33%-
XYZ3.456.591.75-
YUV53.97108.8393.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=5.41%
G=76.58%
B=18.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685200.9300.760.67130.6386.8117.84
Hex655145D04C43835712
Octal612524135011410320312722
Binary110101010110100101110101001100100001110000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065514; }

 p { color: rgb(6,85,20); }

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

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

 a { background-color: rgb(6,85,20); }

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

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

 span { border-color: rgb(6,85,20); }

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