#065914

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

Shades of Crusoe #065914

Tints of Crusoe #065914

Color information

#065914 (or 0x065914) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 14. RGB value is (6,89,20). Sum of RGB (Red+Green+Blue) = 6+89+20=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #065914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065914 is #F9A6EB. Grayscale: #383838. Windows color (decimal): -16361196 or 1333510. OLE color: 1333510.

HSL color Cylindrical-coordinate representation of color #065914: hue angle of 130.12º 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 #065914 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB68920-
CMYK0.9300.780.65
HSL130.12º87.37%18.63%-
HSV(B)130.12º93.26%34.9%-
XYZ3.777.231.86-
YUV56.32107.592.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 89 (35.16% from 255) = 77.39%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=5.22%
G=77.39%
B=17.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689200.9300.780.65130.1287.3718.63
Hex659145D04E41825713
Octal613124135011610120212723
Binary110101100110100101110101001110100000110000010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065914; }

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

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

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

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

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

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

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

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