#0A7024

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

Shades of Crusoe #0A7024

Tints of Crusoe #0A7024

Color information

#0A7024 (or 0x0A7024) is unknown color: approx Crusoe. HEX triplet: 0A, 70 and 24. RGB value is (10,112,36). Sum of RGB (Red+Green+Blue) = 10+112+36=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7024 is #F58FDB. Grayscale: #494949. Windows color (decimal): -16093148 or 2387978. OLE color: 2387978.

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

Color convert

RGB1011236-
CMYK0.9100.680.56
HSL135.29º83.61%23.92%-
HSV(B)135.29º91.07%43.92%-
XYZ6.2411.783.61-
YUV72.84107.2183.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=6.33%
G=70.89%
B=22.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112360.9100.680.56135.2983.6123.92
HexA70245B04438875418
Octal121604413301047020712430
Binary1010111000010010010110110100010011100010000111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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