#07A568

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

Shades of Jade #07A568

Tints of Jade #07A568

Color information

#07A568 (or 0x07A568) is unknown color: approx Jade. HEX triplet: 07, A5 and 68. RGB value is (7,165,104). Sum of RGB (Red+Green+Blue) = 7+165+104=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #07A568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A568 is #F85A97. Grayscale: #6E6E6E. Windows color (decimal): -16276120 or 6857991. OLE color: 6857991.

HSL color Cylindrical-coordinate representation of color #07A568: hue angle of 156.84º 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 #07A568 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB7165104-
CMYK0.9600.370.35
HSL156.84º91.86%33.73%-
HSV(B)156.84º95.76%64.71%-
XYZ16.0427.9517.65-
YUV110.8124.1553.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.54%
GREEN value IS 165 (64.84% from 255) = 59.78%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=2.54%
G=59.78%
B=37.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71651040.9600.370.35156.8491.8633.73
Hex7A56860025239d5c22
Octal72451501400454323513442
Binary11110100101110100011000000100101100011100111011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,165,104); }

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

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

 a { background-color: rgb(7,165,104); }

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

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

 span { border-color: rgb(7,165,104); }

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