#0A6317

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

Shades of Crusoe #0A6317

Tints of Crusoe #0A6317

Color information

#0A6317 (or 0x0A6317) is unknown color: approx Crusoe. HEX triplet: 0A, 63 and 17. RGB value is (10,99,23). Sum of RGB (Red+Green+Blue) = 10+99+23=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6317 is #F59CE8. Grayscale: #3F3F3F. Windows color (decimal): -16096489 or 1532682. OLE color: 1532682.

HSL color Cylindrical-coordinate representation of color #0A6317: hue angle of 128.76º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6317 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB109923-
CMYK0.9000.770.61
HSL128.76º81.65%21.37%-
HSV(B)128.76º89.9%38.82%-
XYZ4.749.052.31-
YUV63.72105.0189.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 99 (39.06% from 255) = 75%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=7.58%
G=75%
B=17.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099230.9000.770.61128.7681.6521.37
HexA63175A04D3D815215
Octal121432713201157520112225
Binary101011000111011110110100100110111110110000001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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