#0A662F

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

Shades of Crusoe #0A662F

Tints of Crusoe #0A662F

Color information

#0A662F (or 0x0A662F) is unknown color: approx Crusoe. HEX triplet: 0A, 66 and 2F. RGB value is (10,102,47). Sum of RGB (Red+Green+Blue) = 10+102+47=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #0A662F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A662F is #F599D0. Grayscale: #444444. Windows color (decimal): -16095697 or 3106314. OLE color: 3106314.

HSL color Cylindrical-coordinate representation of color #0A662F: hue angle of 144.13º 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 #0A662F is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1010247-
CMYK0.9000.540.6
HSL144.13º82.14%21.96%-
HSV(B)144.13º90.2%40%-
XYZ5.399.774.29-
YUV68.22116.0286.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=6.29%
G=64.15%
B=29.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102470.9000.540.6144.1382.1421.96
HexA662F5A0363C905216
Octal12146571320667422012226
Binary101011001101011111011010011011011110010010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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