Html Css Color HEX #77A17F Oxley

📋 copy color: '#77A17F'

red 119 ◦ green 161 ◦ blue 127

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

Shades of Oxley #77A17F

Tints of Oxley #77A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 29.24%
G = 39.56%
B = 31.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#77A17F (or 0x77A17F) is known color: Oxley. HEX triplet: 77, A1 and 7F. RGB value is (119,161,127). Sum of RGB (Red+Green+Blue) = 119+161+127=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #77A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A17F is #885E80. Grayscale: #909090. Windows color (decimal): -8937089 or 8364407. OLE color: 8364407.

HSL color Cylindrical-coordinate representation of color #77A17F: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A17F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 161 127 -
CMYK 0.26 0 0.21 0.37
HSL 131.43º 0.18% 0.55% -
HSV(B) 131.43º 0.26% 0.63% -
XYZ 24.18 30.94 24.78 -
YUV 144.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 119 161 127 0.26 0 0.21 0.37 131.43 0.18 0.55
Hex 77 A1 7F 1A 0 15 25 83 12 37
Octal 167 241 177 32 0 25 45 203 22 67
Binary 1110111 10100001 1111111 11010 0 10101 100101 10000011 10010 110111

Color Harmonies of #77A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A17F

Black with #77A17F

Text Example


Text Example

White with #77A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,127); }

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

background-color css

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

 a { background-color: rgb(119,161,127); }

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

border-color css

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

 span { border-color: rgb(119,161,127); }

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