#07A86E

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

Shades of Jade #07A86E

Tints of Jade #07A86E

Color information

#07A86E (or 0x07A86E) is unknown color: approx Jade. HEX triplet: 07, A8 and 6E. RGB value is (7,168,110). Sum of RGB (Red+Green+Blue) = 7+168+110=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #07A86E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A86E is #F85791. Grayscale: #717171. Windows color (decimal): -16275346 or 7251975. OLE color: 7251975.

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

Color convert

RGB7168110-
CMYK0.9600.350.34
HSL158.39º92%34.31%-
HSV(B)158.39º95.83%65.88%-
XYZ16.929.1819.49-
YUV113.25126.1652.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.46%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=2.46%
G=58.95%
B=38.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71681100.9600.350.34158.399234.31
Hex7A86E60023229e5c22
Octal72501561400434223613442
Binary11110101000110111011000000100011100010100111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,168,110); }

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

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

 a { background-color: rgb(7,168,110); }

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

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

 span { border-color: rgb(7,168,110); }

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