#07AB71

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

Shades of Jade #07AB71

Tints of Jade #07AB71

Color information

#07AB71 (or 0x07AB71) is unknown color: approx Jade. HEX triplet: 07, AB and 71. RGB value is (7,171,113). Sum of RGB (Red+Green+Blue) = 7+171+113=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AB71 is #F8548E. Grayscale: #737373. Windows color (decimal): -16274575 or 7449351. OLE color: 7449351.

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

Color convert

RGB7171113-
CMYK0.9600.340.33
HSL158.78º92.13%34.9%-
HSV(B)158.78º95.91%67.06%-
XYZ17.6330.3620.55-
YUV115.35126.6750.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 171 (67.19% from 255) = 58.76%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=2.41%
G=58.76%
B=38.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71711130.9600.340.33158.7892.1334.9
Hex7AB7160022219f5c23
Octal72531611400424123713443
Binary11110101011111000111000000100010100001100111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,171,113); }

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

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

 a { background-color: rgb(7,171,113); }

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

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

 span { border-color: rgb(7,171,113); }

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