#0A6F26

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

Shades of Crusoe #0A6F26

Tints of Crusoe #0A6F26

Color information

#0A6F26 (or 0x0A6F26) is unknown color: approx Crusoe. HEX triplet: 0A, 6F and 26. RGB value is (10,111,38). Sum of RGB (Red+Green+Blue) = 10+111+38=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F26 is #F590D9. Grayscale: #484848. Windows color (decimal): -16093402 or 2518794. OLE color: 2518794.

HSL color Cylindrical-coordinate representation of color #0A6F26: hue angle of 136.63º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F26 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1011138-
CMYK0.9100.660.56
HSL136.63º83.47%23.73%-
HSV(B)136.63º90.99%43.53%-
XYZ6.1611.573.74-
YUV72.48108.5483.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 111 (43.75% from 255) = 69.81%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=6.29%
G=69.81%
B=23.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111380.9100.660.56136.6383.4723.73
HexA6F265B04238895318
Octal121574613301027021112330
Binary1010110111110011010110110100001011100010001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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