Html Css Color HEX #79AA7D Oxley

📋 copy color: '#79AA7D'

red 121 ◦ green 170 ◦ blue 125

#79AA7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #79AA7D

Tints of Oxley #79AA7D

RGB

 RED value IS 121 (47.66% from 255) = 29.09%

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 29.09%
G = 40.87%
B = 30.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#79AA7D (or 0x79AA7D) is known color: Oxley. HEX triplet: 79, AA and 7D. RGB value is (121,170,125). Sum of RGB (Red+Green+Blue) = 121+170+125=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AA7D is #865582. Grayscale: #969696. Windows color (decimal): -8803715 or 8235641. OLE color: 8235641.

HSL color Cylindrical-coordinate representation of color #79AA7D: hue angle of 124.9º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA7D is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 170 125 -
CMYK 0.29 0 0.26 0.33
HSL 124.9º 0.22% 0.57% -
HSV(B) 124.9º 0.29% 0.67% -
XYZ 25.96 34.3 24.65 -
YUV 150.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 121 170 125 0.29 0 0.26 0.33 124.9 0.22 0.57
Hex 79 AA 7D 1D 0 1A 21 7D 16 39
Octal 171 252 175 35 0 32 41 175 26 71
Binary 1111001 10101010 1111101 11101 0 11010 100001 1111101 10110 111001

Color Harmonies of #79AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AA7D

Black with #79AA7D

Text Example


Text Example

White with #79AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79AA7D;
 }
 .AnyTagClassName
 {
   color: #79AA7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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