#0A6017

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

Shades of Crusoe #0A6017

Tints of Crusoe #0A6017

Color information

#0A6017 (or 0x0A6017) is unknown color: approx Crusoe. HEX triplet: 0A, 60 and 17. RGB value is (10,96,23). Sum of RGB (Red+Green+Blue) = 10+96+23=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6017 is #F59FE8. Grayscale: #3E3E3E. Windows color (decimal): -16097257 or 1531914. OLE color: 1531914.

HSL color Cylindrical-coordinate representation of color #0A6017: hue angle of 129.07º 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 #0A6017 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB109623-
CMYK0.9000.760.62
HSL129.07º81.13%20.78%-
HSV(B)129.07º89.58%37.65%-
XYZ4.468.492.21-
YUV61.96106.0190.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=7.75%
G=74.42%
B=17.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096230.9000.760.62129.0781.1320.78
HexA60175A04C3E815115
Octal121402713201147620112125
Binary101011000001011110110100100110011111010000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,23); }

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

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

 a { background-color: rgb(10,96,23); }

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

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

 span { border-color: rgb(10,96,23); }

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