#0A6A27

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

Shades of Crusoe #0A6A27

Tints of Crusoe #0A6A27

Color information

#0A6A27 (or 0x0A6A27) is unknown color: approx Crusoe. HEX triplet: 0A, 6A and 27. RGB value is (10,106,39). Sum of RGB (Red+Green+Blue) = 10+106+39=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A27 is #F595D8. Grayscale: #454545. Windows color (decimal): -16094681 or 2583050. OLE color: 2583050.

HSL color Cylindrical-coordinate representation of color #0A6A27: hue angle of 138.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6A27 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1010639-
CMYK0.9100.630.58
HSL138.12º82.76%22.75%-
HSV(B)138.12º90.57%41.57%-
XYZ5.6510.523.65-
YUV69.66110.785.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=6.45%
G=68.39%
B=25.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10106390.9100.630.58138.1282.7622.75
HexA6A275B03F3A8a5317
Octal12152471330777221212327
Binary101011010101001111011011011111111101010001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,106,39); }

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

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

 a { background-color: rgb(10,106,39); }

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

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

 span { border-color: rgb(10,106,39); }

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