#0A6A47

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

Shades of Jewel #0A6A47

Tints of Jewel #0A6A47

Color information

#0A6A47 (or 0x0A6A47) is unknown color: approx Jewel. HEX triplet: 0A, 6A and 47. RGB value is (10,106,71). Sum of RGB (Red+Green+Blue) = 10+106+71=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A47 is #F595B8. Grayscale: #494949. Windows color (decimal): -16094649 or 4680202. OLE color: 4680202.

HSL color Cylindrical-coordinate representation of color #0A6A47: hue angle of 158.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6A47 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1010671-
CMYK0.9100.330.58
HSL158.12º82.76%22.75%-
HSV(B)158.12º90.57%41.57%-
XYZ6.4210.837.71-
YUV73.31126.782.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 106 (41.80% from 255) = 56.68%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=5.35%
G=56.68%
B=37.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10106710.9100.330.58158.1282.7622.75
HexA6A475B0213A9e5317
Octal121521071330417223612327
Binary1010110101010001111011011010000111101010011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,106,71); }

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

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

 a { background-color: rgb(10,106,71); }

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

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

 span { border-color: rgb(10,106,71); }

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