#076B3A

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

Shades of Jewel #076B3A

Tints of Jewel #076B3A

Color information

#076B3A (or 0x076B3A) is unknown color: approx Jewel. HEX triplet: 07, 6B and 3A. RGB value is (7,107,58). Sum of RGB (Red+Green+Blue) = 7+107+58=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #076B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B3A is #F894C5. Grayscale: #474747. Windows color (decimal): -16291014 or 3828487. OLE color: 3828487.

HSL color Cylindrical-coordinate representation of color #076B3A: hue angle of 150.6º 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 #076B3A is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB710758-
CMYK0.9300.460.58
HSL150.6º87.72%22.35%-
HSV(B)150.6º93.46%41.96%-
XYZ6.1110.875.78-
YUV71.51120.3781.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 107 (42.19% from 255) = 62.21%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=4.07%
G=62.21%
B=33.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107580.9300.460.58150.687.7222.35
Hex76B3A5D02E3A975816
Octal7153721350567222713026
Binary11111010111110101011101010111011101010010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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