#07AC75

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

Shades of Jade #07AC75

Tints of Jade #07AC75

Color information

#07AC75 (or 0x07AC75) is unknown color: approx Jade. HEX triplet: 07, AC and 75. RGB value is (7,172,117). Sum of RGB (Red+Green+Blue) = 7+172+117=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AC75 is #F8538A. Grayscale: #747474. Windows color (decimal): -16274315 or 7711751. OLE color: 7711751.

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

Color convert

RGB7172117-
CMYK0.9600.320.33
HSL160º92.18%35.1%-
HSV(B)160º95.93%67.45%-
XYZ18.0530.8321.83-
YUV116.4128.3449.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.36%
GREEN value IS 172 (67.58% from 255) = 58.11%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=2.36%
G=58.11%
B=39.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721170.9600.320.3316092.1835.1
Hex7AC756002021a05c23
Octal72541651400404124013443
Binary11110101100111010111000000100000100001101000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,172,117); }

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

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

 a { background-color: rgb(7,172,117); }

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

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

 span { border-color: rgb(7,172,117); }

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