Html Css Color HEX #79AB7D Oxley

📋 copy color: '#79AB7D'

red 121 ◦ green 171 ◦ blue 125

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

Shades of Oxley #79AB7D

Tints of Oxley #79AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 29.02%
G = 41.01%
B = 29.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#79AB7D (or 0x79AB7D) is known color: Oxley. HEX triplet: 79, AB and 7D. RGB value is (121,171,125). Sum of RGB (Red+Green+Blue) = 121+171+125=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AB7D is #865482. Grayscale: #969696. Windows color (decimal): -8803459 or 8235897. OLE color: 8235897.

HSL color Cylindrical-coordinate representation of color #79AB7D: hue angle of 124.8º degrees, saturation: 0.23, 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 #79AB7D is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 171 125 -
CMYK 0.29 0 0.27 0.33
HSL 124.8º 0.23% 0.57% -
HSV(B) 124.8º 0.29% 0.67% -
XYZ 26.15 34.67 24.72 -
YUV 150.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 121 171 125 0.29 0 0.27 0.33 124.8 0.23 0.57
Hex 79 AB 7D 1D 0 1B 21 7D 17 39
Octal 171 253 175 35 0 33 41 175 27 71
Binary 1111001 10101011 1111101 11101 0 11011 100001 1111101 10111 111001

Color Harmonies of #79AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AB7D

Black with #79AB7D

Text Example


Text Example

White with #79AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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