#77A678

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

Shades of Oxley #77A678

Tints of Oxley #77A678

Color information

#77A678 (or 0x77A678) is unknown color: approx Oxley. HEX triplet: 77, A6 and 78. RGB value is (119,166,120). Sum of RGB (Red+Green+Blue) = 119+166+120=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #77A678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A678 is #885987. Grayscale: #929292. Windows color (decimal): -8935816 or 7906935. OLE color: 7906935.

HSL color Cylindrical-coordinate representation of color #77A678: hue angle of 121.28º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A678 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB119166120-
CMYK0.2800.280.35
HSL121.28º20.89%55.88%-
HSV(B)121.28º28.31%65.1%-
XYZ24.6332.5522.75-
YUV146.7112.93108.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=29.38%
G=40.99%
B=29.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191661200.2800.280.35121.2820.8955.88
Hex77A6781C01C23791538
Octal16724617034034431712570
Binary111011110100110111100011100011100100011111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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