Html Css Color HEX #77AA78 Oxley

📋 copy color: '#77AA78'

red 119 ◦ green 170 ◦ blue 120

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

Shades of Oxley #77AA78

Tints of Oxley #77AA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 29.1%
G = 41.56%
B = 29.34%

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

#77AA78 (or 0x77AA78) is known color: Oxley. HEX triplet: 77, AA and 78. RGB value is (119,170,120). Sum of RGB (Red+Green+Blue) = 119+170+120=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA78 is #885587. Grayscale: #959595. Windows color (decimal): -8934792 or 7907959. OLE color: 7907959.

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

Color convert

RGB 119 170 120 -
CMYK 0.3 0 0.29 0.33
HSL 121.18º 0.23% 0.57% -
HSV(B) 121.18º 0.3% 0.67% -
XYZ 25.37 34.03 23 -
YUV 149.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 119 170 120 0.3 0 0.29 0.33 121.18 0.23 0.57
Hex 77 AA 78 1E 0 1D 21 79 17 39
Octal 167 252 170 36 0 35 41 171 27 71
Binary 1110111 10101010 1111000 11110 0 11101 100001 1111001 10111 111001

Color Harmonies of #77AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA78

Black with #77AA78

Text Example


Text Example

White with #77AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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