#0A701F

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

Shades of Crusoe #0A701F

Tints of Crusoe #0A701F

Color information

#0A701F (or 0x0A701F) is unknown color: approx Crusoe. HEX triplet: 0A, 70 and 1F. RGB value is (10,112,31). Sum of RGB (Red+Green+Blue) = 10+112+31=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #0A701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A701F is #F58FE0. Grayscale: #484848. Windows color (decimal): -16093153 or 2060298. OLE color: 2060298.

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

Color convert

RGB1011231-
CMYK0.9100.720.56
HSL132.35º83.61%23.92%-
HSV(B)132.35º91.07%43.92%-
XYZ6.1711.753.24-
YUV72.27104.7183.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 112 (44.14% from 255) = 73.20%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=6.54%
G=73.20%
B=20.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112310.9100.720.56132.3583.6123.92
HexA701F5B04838845418
Octal121603713301107020412430
Binary101011100001111110110110100100011100010000100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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