#0A711F

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

Shades of Crusoe #0A711F

Tints of Crusoe #0A711F

Color information

#0A711F (or 0x0A711F) is unknown color: approx Crusoe. HEX triplet: 0A, 71 and 1F. RGB value is (10,113,31). Sum of RGB (Red+Green+Blue) = 10+113+31=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #0A711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A711F is #F58EE0. Grayscale: #494949. Windows color (decimal): -16092897 or 2060554. OLE color: 2060554.

HSL color Cylindrical-coordinate representation of color #0A711F: hue angle of 132.23º degrees, saturation: 0.84, 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 #0A711F is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1011331-
CMYK0.9100.730.56
HSL132.23º83.74%24.12%-
HSV(B)132.23º91.15%44.31%-
XYZ6.2811.973.28-
YUV72.86104.3883.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 113 (44.53% from 255) = 73.38%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=6.49%
G=73.38%
B=20.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113310.9100.730.56132.2383.7424.12
HexA711F5B04938845418
Octal121613713301117020412430
Binary101011100011111110110110100100111100010000100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,31); }

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

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

 a { background-color: rgb(10,113,31); }

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

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

 span { border-color: rgb(10,113,31); }

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