#79A27D

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

Shades of Oxley #79A27D

Tints of Oxley #79A27D

Color information

#79A27D (or 0x79A27D) is unknown color: approx Oxley. HEX triplet: 79, A2 and 7D. RGB value is (121,162,125). Sum of RGB (Red+Green+Blue) = 121+162+125=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #79A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A27D is #865D82. Grayscale: #919191. Windows color (decimal): -8805763 or 8233593. OLE color: 8233593.

HSL color Cylindrical-coordinate representation of color #79A27D: hue angle of 125.85º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A27D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB121162125-
CMYK0.2500.230.36
HSL125.85º18.06%55.49%-
HSV(B)125.85º25.31%63.53%-
XYZ24.5131.3924.17-
YUV145.52116.42110.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=29.66%
G=39.71%
B=30.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621250.2500.230.36125.8518.0655.49
Hex79A27D19017247e1237
Octal17124217531027441762267
Binary111100110100010111110111001010111100100111111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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