#79A67F

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

Shades of Oxley #79A67F

Tints of Oxley #79A67F

Color information

#79A67F (or 0x79A67F) is unknown color: approx Oxley. HEX triplet: 79, A6 and 7F. RGB value is (121,166,127). Sum of RGB (Red+Green+Blue) = 121+166+127=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #79A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A67F is #865980. Grayscale: #949494. Windows color (decimal): -8804737 or 8365689. OLE color: 8365689.

HSL color Cylindrical-coordinate representation of color #79A67F: hue angle of 128º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79A67F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB121166127-
CMYK0.2700.230.35
HSL128º20.18%56.27%-
HSV(B)128º27.11%65.1%-
XYZ25.3532.8725.09-
YUV148.1116.09108.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 127 (50% from 255) = 30.68%
R=29.23%
G=40.10%
B=30.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211661270.2700.230.3512820.1856.27
Hex79A67F1B01723801438
Octal17124617733027432002470
Binary1111001101001101111111110110101111000111000000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,166,127); }

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

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

 a { background-color: rgb(121,166,127); }

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

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

 span { border-color: rgb(121,166,127); }

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