#0A6A26

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

Shades of Crusoe #0A6A26

Tints of Crusoe #0A6A26

Color information

#0A6A26 (or 0x0A6A26) is unknown color: approx Crusoe. HEX triplet: 0A, 6A and 26. RGB value is (10,106,38). Sum of RGB (Red+Green+Blue) = 10+106+38=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A26 is #F595D9. Grayscale: #454545. Windows color (decimal): -16094682 or 2517514. OLE color: 2517514.

HSL color Cylindrical-coordinate representation of color #0A6A26: hue angle of 137.5º 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 #0A6A26 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1010638-
CMYK0.9100.640.58
HSL137.5º82.76%22.75%-
HSV(B)137.5º90.57%41.57%-
XYZ5.6310.513.57-
YUV69.54110.285.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 106 (41.80% from 255) = 68.83%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=6.49%
G=68.83%
B=24.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10106380.9100.640.58137.582.7622.75
HexA6A265B0403A8a5317
Octal121524613301007221212327
Binary1010110101010011010110110100000011101010001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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