#77AB7A

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

Shades of Oxley #77AB7A

Tints of Oxley #77AB7A

Color information

#77AB7A (or 0x77AB7A) is unknown color: approx Oxley. HEX triplet: 77, AB and 7A. RGB value is (119,171,122). Sum of RGB (Red+Green+Blue) = 119+171+122=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AB7A is #885485. Grayscale: #969696. Windows color (decimal): -8934534 or 8039287. OLE color: 8039287.

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

Color convert

RGB119171122-
CMYK0.3000.290.33
HSL123.46º23.64%56.86%-
HSV(B)123.46º30.41%67.06%-
XYZ25.6834.4523.71-
YUV149.87112.27105.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=28.88%
G=41.50%
B=29.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711220.3000.290.33123.4623.6456.86
Hex77AB7A1E01D217b1839
Octal16725317236035411733071
Binary111011110101011111101011110011101100001111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,122); }

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

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

 a { background-color: rgb(119,171,122); }

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

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

 span { border-color: rgb(119,171,122); }

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