#0A662E

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

Shades of Crusoe #0A662E

Tints of Crusoe #0A662E

Color information

#0A662E (or 0x0A662E) is unknown color: approx Crusoe. HEX triplet: 0A, 66 and 2E. RGB value is (10,102,46). Sum of RGB (Red+Green+Blue) = 10+102+46=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #0A662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A662E is #F599D1. Grayscale: #444444. Windows color (decimal): -16095698 or 3040778. OLE color: 3040778.

HSL color Cylindrical-coordinate representation of color #0A662E: hue angle of 143.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A662E is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1010246-
CMYK0.9000.550.6
HSL143.48º82.14%21.96%-
HSV(B)143.48º90.2%40%-
XYZ5.379.764.19-
YUV68.11115.5286.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=6.33%
G=64.56%
B=29.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102460.9000.550.6143.4882.1421.96
HexA662E5A0373C8f5216
Octal12146561320677421712226
Binary101011001101011101011010011011111110010001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A662E; }

 p { color: rgb(10,102,46); }

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

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

 a { background-color: rgb(10,102,46); }

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

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

 span { border-color: rgb(10,102,46); }

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