#0A6B46

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

Shades of Jewel #0A6B46

Tints of Jewel #0A6B46

Color information

#0A6B46 (or 0x0A6B46) is unknown color: approx Jewel. HEX triplet: 0A, 6B and 46. RGB value is (10,107,70). Sum of RGB (Red+Green+Blue) = 10+107+70=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B46 is #F594B9. Grayscale: #494949. Windows color (decimal): -16094394 or 4614922. OLE color: 4614922.

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

Color convert

RGB1010770-
CMYK0.9100.350.58
HSL157.11º82.91%22.94%-
HSV(B)157.11º90.65%41.96%-
XYZ6.4911.027.58-
YUV73.78125.8682.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=5.35%
G=57.22%
B=37.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107700.9100.350.58157.1182.9122.94
HexA6B465B0233A9d5317
Octal121531061330437223512327
Binary1010110101110001101011011010001111101010011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,70); }

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

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

 a { background-color: rgb(10,107,70); }

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

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

 span { border-color: rgb(10,107,70); }

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