#076A3A

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

Shades of Jewel #076A3A

Tints of Jewel #076A3A

Color information

#076A3A (or 0x076A3A) is unknown color: approx Jewel. HEX triplet: 07, 6A and 3A. RGB value is (7,106,58). Sum of RGB (Red+Green+Blue) = 7+106+58=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #076A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A3A is #F895C5. Grayscale: #474747. Windows color (decimal): -16291270 or 3828231. OLE color: 3828231.

HSL color Cylindrical-coordinate representation of color #076A3A: hue angle of 150.91º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A3A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB710658-
CMYK0.9300.450.58
HSL150.91º87.61%22.16%-
HSV(B)150.91º93.4%41.57%-
XYZ6.0110.665.74-
YUV70.93120.782.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=4.09%
G=61.99%
B=33.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106580.9300.450.58150.9187.6122.16
Hex76A3A5D02D3A975816
Octal7152721350557222713026
Binary11111010101110101011101010110111101010010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076A3A; }

 p { color: rgb(7,106,58); }

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

<style>
 a { background-color: #076A3A; }

 a { background-color: rgb(7,106,58); }

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

<style>
 span { border-color: #076A3A; }

 span { border-color: rgb(7,106,58); }

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