#0A7122

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

Shades of Crusoe #0A7122

Tints of Crusoe #0A7122

Color information

#0A7122 (or 0x0A7122) is unknown color: approx Crusoe. HEX triplet: 0A, 71 and 22. RGB value is (10,113,34). Sum of RGB (Red+Green+Blue) = 10+113+34=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7122 is #F58EDD. Grayscale: #494949. Windows color (decimal): -16092894 or 2257162. OLE color: 2257162.

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

Color convert

RGB1011334-
CMYK0.9100.700.56
HSL133.98º83.74%24.12%-
HSV(B)133.98º91.15%44.31%-
XYZ6.3211.993.49-
YUV73.2105.8882.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.37%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=6.37%
G=71.97%
B=21.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113340.9100.700.56133.9883.7424.12
HexA71225B04638865418
Octal121614213301067020612430
Binary1010111000110001010110110100011011100010000110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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