#0A6118

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

Shades of Crusoe #0A6118

Tints of Crusoe #0A6118

Color information

#0A6118 (or 0x0A6118) is unknown color: approx Crusoe. HEX triplet: 0A, 61 and 18. RGB value is (10,97,24). Sum of RGB (Red+Green+Blue) = 10+97+24=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6118 is #F59EE7. Grayscale: #3E3E3E. Windows color (decimal): -16097000 or 1597706. OLE color: 1597706.

HSL color Cylindrical-coordinate representation of color #0A6118: hue angle of 129.66º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6118 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB109724-
CMYK0.9000.750.62
HSL129.66º81.31%20.98%-
HSV(B)129.66º89.69%38.04%-
XYZ4.568.682.3-
YUV62.66106.1890.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 97 (38.28% from 255) = 74.05%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=7.63%
G=74.05%
B=18.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097240.9000.750.62129.6681.3120.98
HexA61185A04B3E825115
Octal121413013201137620212125
Binary101011000011100010110100100101111111010000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,24); }

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

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

 a { background-color: rgb(10,97,24); }

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

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

 span { border-color: rgb(10,97,24); }

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