#77A97B

Color #77A97B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #77A97B

Tints of Oxley #77A97B

Color information

#77A97B (or 0x77A97B) is unknown color: approx Oxley. HEX triplet: 77, A9 and 7B. RGB value is (119,169,123). Sum of RGB (Red+Green+Blue) = 119+169+123=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #77A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A97B is #885684. Grayscale: #949494. Windows color (decimal): -8935045 or 8104311. OLE color: 8104311.

HSL color Cylindrical-coordinate representation of color #77A97B: hue angle of 124.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A97B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB119169123-
CMYK0.3000.270.34
HSL124.8º22.52%56.47%-
HSV(B)124.8º29.59%66.27%-
XYZ25.3733.7323.91-
YUV148.81113.44106.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=28.95%
G=41.12%
B=29.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191691230.3000.270.34124.822.5256.47
Hex77A97B1E01B227d1738
Octal16725117336033421752770
Binary111011110101001111101111110011011100010111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A97B;
 }
 .AnyTagClassName
 {
   color: #77A97B;
 }
</style>
background-color css

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

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

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

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

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

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