#0A6A2B

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

Shades of Crusoe #0A6A2B

Tints of Crusoe #0A6A2B

Color information

#0A6A2B (or 0x0A6A2B) is unknown color: approx Crusoe. HEX triplet: 0A, 6A and 2B. RGB value is (10,106,43). Sum of RGB (Red+Green+Blue) = 10+106+43=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A2B is #F595D4. Grayscale: #464646. Windows color (decimal): -16094677 or 2845194. OLE color: 2845194.

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

Color convert

RGB1010643-
CMYK0.9100.590.58
HSL140.62º82.76%22.75%-
HSV(B)140.62º90.57%41.57%-
XYZ5.7210.554.02-
YUV70.11112.785.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 106 (41.80% from 255) = 66.67%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=6.29%
G=66.67%
B=27.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10106430.9100.590.58140.6282.7622.75
HexA6A2B5B03B3A8d5317
Octal12152531330737221512327
Binary101011010101010111011011011101111101010001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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