#74AB78

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

Shades of Oxley #74AB78

Tints of Oxley #74AB78

Color information

#74AB78 (or 0x74AB78) is unknown color: approx Oxley. HEX triplet: 74, AB and 78. RGB value is (116,171,120). Sum of RGB (Red+Green+Blue) = 116+171+120=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB78 is #8B5487. Grayscale: #949494. Windows color (decimal): -9131144 or 7908212. OLE color: 7908212.

HSL color Cylindrical-coordinate representation of color #74AB78: hue angle of 124.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AB78 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB116171120-
CMYK0.3200.300.33
HSL124.36º24.66%56.27%-
HSV(B)124.36º32.16%67.06%-
XYZ25.1634.1923.04-
YUV148.74111.78104.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=28.50%
G=42.01%
B=29.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161711200.3200.300.33124.3624.6656.27
Hex74AB782001E217c1938
Octal16425317040036411743170
Binary1110100101010111111000100000011110100001111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,171,120); }

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

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

 a { background-color: rgb(116,171,120); }

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

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

 span { border-color: rgb(116,171,120); }

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