#07A76D

Color #07A76D Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #07A76D

Tints of Jade #07A76D

Color information

#07A76D (or 0x07A76D) is unknown color: approx Jade. HEX triplet: 07, A7 and 6D. RGB value is (7,167,109). Sum of RGB (Red+Green+Blue) = 7+167+109=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #07A76D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A76D is #F85892. Grayscale: #707070. Windows color (decimal): -16275603 or 7186183. OLE color: 7186183.

HSL color Cylindrical-coordinate representation of color #07A76D: hue angle of 158.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A76D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB7167109-
CMYK0.9600.350.35
HSL158.25º91.95%34.12%-
HSV(B)158.25º95.81%65.49%-
XYZ16.6728.7919.15-
YUV112.55125.9952.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.47%
GREEN value IS 167 (65.62% from 255) = 59.01%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=2.47%
G=59.01%
B=38.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71671090.9600.350.35158.2591.9534.12
Hex7A76D60023239e5c22
Octal72471551400434323613442
Binary11110100111110110111000000100011100011100111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A76D; }

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

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

<style>
 a { background-color: #07A76D; }

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

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

<style>
 span { border-color: #07A76D; }

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

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