Html Css Color HEX #77AA7B Oxley

📋 copy color: '#77AA7B'

red 119 ◦ green 170 ◦ blue 123

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

Shades of Oxley #77AA7B

Tints of Oxley #77AA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 28.88%
G = 41.26%
B = 29.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#77AA7B (or 0x77AA7B) is known color: Oxley. HEX triplet: 77, AA and 7B. RGB value is (119,170,123). Sum of RGB (Red+Green+Blue) = 119+170+123=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA7B is #885584. Grayscale: #959595. Windows color (decimal): -8934789 or 8104567. OLE color: 8104567.

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

Color convert

RGB 119 170 123 -
CMYK 0.3 0 0.28 0.33
HSL 124.71º 0.23% 0.57% -
HSV(B) 124.71º 0.3% 0.67% -
XYZ 25.56 34.1 23.97 -
YUV 149.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 119 170 123 0.3 0 0.28 0.33 124.71 0.23 0.57
Hex 77 AA 7B 1E 0 1C 21 7D 17 39
Octal 167 252 173 36 0 34 41 175 27 71
Binary 1110111 10101010 1111011 11110 0 11100 100001 1111101 10111 111001

Color Harmonies of #77AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA7B

Black with #77AA7B

Text Example


Text Example

White with #77AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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