#0A7142

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

Shades of Jewel #0A7142

Tints of Jewel #0A7142

Color information

#0A7142 (or 0x0A7142) is unknown color: approx Jewel. HEX triplet: 0A, 71 and 42. RGB value is (10,113,66). Sum of RGB (Red+Green+Blue) = 10+113+66=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7142 is #F58EBD. Grayscale: #4C4C4C. Windows color (decimal): -16092862 or 4354314. OLE color: 4354314.

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

Color convert

RGB1011366-
CMYK0.9100.420.56
HSL152.62º83.74%24.12%-
HSV(B)152.62º91.15%44.31%-
XYZ7.0112.277.15-
YUV76.84121.8880.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=5.29%
G=59.79%
B=34.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113660.9100.420.56152.6283.7424.12
HexA71425B02A38995418
Octal121611021330527023112430
Binary1010111000110000101011011010101011100010011001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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