#74A777

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

Shades of Oxley #74A777

Tints of Oxley #74A777

Color information

#74A777 (or 0x74A777) is unknown color: approx Oxley. HEX triplet: 74, A7 and 77. RGB value is (116,167,119). Sum of RGB (Red+Green+Blue) = 116+167+119=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #74A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A777 is #8B5888. Grayscale: #929292. Windows color (decimal): -9132169 or 7841652. OLE color: 7841652.

HSL color Cylindrical-coordinate representation of color #74A777: hue angle of 123.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A777 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB116167119-
CMYK0.3100.290.35
HSL123.53º22.47%55.49%-
HSV(B)123.53º30.54%65.49%-
XYZ24.3532.6822.48-
YUV146.28112.6106.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=28.86%
G=41.54%
B=29.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161671190.3100.290.35123.5322.4755.49
Hex74A7771F01D237c1637
Octal16424716737035431742667
Binary111010010100111111011111111011101100011111110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A777; }

 p { color: rgb(116,167,119); }

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

<style>
 a { background-color: #74A777; }

 a { background-color: rgb(116,167,119); }

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

<style>
 span { border-color: #74A777; }

 span { border-color: rgb(116,167,119); }

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