#065A15

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

Shades of Crusoe #065A15

Tints of Crusoe #065A15

Color information

#065A15 (or 0x065A15) is unknown color: approx Crusoe. HEX triplet: 06, 5A and 15. RGB value is (6,90,21). Sum of RGB (Red+Green+Blue) = 6+90+21=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 90 (35.55% from 255 or 76.92% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 90 - color contains mainly: green. Hex color #065A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A15 is #F9A5EA. Grayscale: #393939. Windows color (decimal): -16360939 or 1399302. OLE color: 1399302.

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

Color convert

RGB69021-
CMYK0.9300.770.65
HSL130.71º87.5%18.82%-
HSV(B)130.71º93.33%35.29%-
XYZ3.877.411.94-
YUV57.02107.6791.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 90 (35.55% from 255) = 76.92%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=5.13%
G=76.92%
B=17.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal690210.9300.770.65130.7187.518.82
Hex65A155D04D41835813
Octal613225135011510120313023
Binary110101101010101101110101001101100000110000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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