#065B15

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

Shades of Crusoe #065B15

Tints of Crusoe #065B15

Color information

#065B15 (or 0x065B15) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 15. RGB value is (6,91,21). Sum of RGB (Red+Green+Blue) = 6+91+21=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 91 (35.94% from 255 or 77.12% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 91 - color contains mainly: green. Hex color #065B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B15 is #F9A4EA. Grayscale: #393939. Windows color (decimal): -16360683 or 1399558. OLE color: 1399558.

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

Color convert

RGB69121-
CMYK0.9300.770.64
HSL130.59º87.63%19.02%-
HSV(B)130.59º93.41%35.69%-
XYZ3.957.581.96-
YUV57.6107.3491.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 91 (35.94% from 255) = 77.12%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=5.08%
G=77.12%
B=17.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691210.9300.770.64130.5987.6319.02
Hex65B155D04D40835813
Octal613325135011510020313023
Binary110101101110101101110101001101100000010000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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