#076D42

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

Shades of Jewel #076D42

Tints of Jewel #076D42

Color information

#076D42 (or 0x076D42) is unknown color: approx Jewel. HEX triplet: 07, 6D and 42. RGB value is (7,109,66). Sum of RGB (Red+Green+Blue) = 7+109+66=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #076D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D42 is #F892BD. Grayscale: #494949. Windows color (decimal): -16290494 or 4353287. OLE color: 4353287.

HSL color Cylindrical-coordinate representation of color #076D42: hue angle of 154.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D42 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB710966-
CMYK0.9400.390.57
HSL154.71º87.93%22.75%-
HSV(B)154.71º93.58%42.75%-
XYZ6.5411.387.01-
YUV73.6123.7180.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 109 (42.97% from 255) = 59.89%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=3.85%
G=59.89%
B=36.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7109660.9400.390.57154.7187.9322.75
Hex76D425E027399b5817
Octal71551021360477123313027
Binary111110110110000101011110010011111100110011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,66); }

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

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

 a { background-color: rgb(7,109,66); }

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

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

 span { border-color: rgb(7,109,66); }

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