#79AC7D

Color #79AC7D Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #79AC7D

Tints of Oxley #79AC7D

Color information

#79AC7D (or 0x79AC7D) is unknown color: approx Oxley. HEX triplet: 79, AC and 7D. RGB value is (121,172,125). Sum of RGB (Red+Green+Blue) = 121+172+125=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AC7D is #865382. Grayscale: #979797. Windows color (decimal): -8803203 or 8236153. OLE color: 8236153.

HSL color Cylindrical-coordinate representation of color #79AC7D: hue angle of 124.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AC7D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB121172125-
CMYK0.3000.270.33
HSL124.71º23.5%57.45%-
HSV(B)124.71º29.65%67.45%-
XYZ26.3435.0524.78-
YUV151.39113.1106.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=28.95%
G=41.15%
B=29.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721250.3000.270.33124.7123.557.45
Hex79AC7D1E01B217d1839
Octal17125417536033411753071
Binary111100110101100111110111110011011100001111110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AC7D; }

 p { color: rgb(121,172,125); }

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

<style>
 a { background-color: #79AC7D; }

 a { background-color: rgb(121,172,125); }

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

<style>
 span { border-color: #79AC7D; }

 span { border-color: rgb(121,172,125); }

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