#065B14

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

Shades of Crusoe #065B14

Tints of Crusoe #065B14

Color information

#065B14 (or 0x065B14) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 14. RGB value is (6,91,20). Sum of RGB (Red+Green+Blue) = 6+91+20=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #065B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B14 is #F9A4EB. Grayscale: #393939. Windows color (decimal): -16360684 or 1334022. OLE color: 1334022.

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

Color convert

RGB69120-
CMYK0.9300.780.64
HSL129.88º87.63%19.02%-
HSV(B)129.88º93.41%35.69%-
XYZ3.947.571.92-
YUV57.49106.8491.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 91 (35.94% from 255) = 77.78%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=5.13%
G=77.78%
B=17.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691200.9300.780.64129.8887.6319.02
Hex65B145D04E40825813
Octal613324135011610020213023
Binary110101101110100101110101001110100000010000010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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