#0A7042

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

Shades of Jewel #0A7042

Tints of Jewel #0A7042

Color information

#0A7042 (or 0x0A7042) is unknown color: approx Jewel. HEX triplet: 0A, 70 and 42. RGB value is (10,112,66). Sum of RGB (Red+Green+Blue) = 10+112+66=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7042 is #F58FBD. Grayscale: #4C4C4C. Windows color (decimal): -16093118 or 4354058. OLE color: 4354058.

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

Color convert

RGB1011266-
CMYK0.9100.410.56
HSL152.94º83.61%23.92%-
HSV(B)152.94º91.07%43.92%-
XYZ6.912.057.12-
YUV76.26122.2180.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 112 (44.14% from 255) = 59.57%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=5.32%
G=59.57%
B=35.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112660.9100.410.56152.9483.6123.92
HexA70425B02938995418
Octal121601021330517023112430
Binary1010111000010000101011011010100111100010011001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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