Html Css Color HEX #77AA79 Oxley

📋 copy color: '#77AA79'

red 119 ◦ green 170 ◦ blue 121

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

Shades of Oxley #77AA79

Tints of Oxley #77AA79

RGB

 RED value IS 119 (46.88% from 255) = 29.02%

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 29.02%
G = 41.46%
B = 29.51%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#77AA79 (or 0x77AA79) is known color: Oxley. HEX triplet: 77, AA and 79. RGB value is (119,170,121). Sum of RGB (Red+Green+Blue) = 119+170+121=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA79 is #885586. Grayscale: #959595. Windows color (decimal): -8934791 or 7973495. OLE color: 7973495.

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

Color convert

RGB 119 170 121 -
CMYK 0.3 0 0.29 0.33
HSL 122.35º 0.23% 0.57% -
HSV(B) 122.35º 0.3% 0.67% -
XYZ 25.43 34.05 23.32 -
YUV 149.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 119 170 121 0.3 0 0.29 0.33 122.35 0.23 0.57
Hex 77 AA 79 1E 0 1D 21 7A 17 39
Octal 167 252 171 36 0 35 41 172 27 71
Binary 1110111 10101010 1111001 11110 0 11101 100001 1111010 10111 111001

Color Harmonies of #77AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA79

Black with #77AA79

Text Example


Text Example

White with #77AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AA79; }

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

 H1.HeaderClassName
 {
   color: #77AA79;
 }
 .AnyTagClassName
 {
   color: #77AA79;
 }
</style>

background-color css

<style>
 a { background-color: #77AA79; }

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

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

border-color css

<style>
 span { border-color: #77AA79; }

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

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