#74A876

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

Shades of Oxley #74A876

Tints of Oxley #74A876

Color information

#74A876 (or 0x74A876) is unknown color: approx Oxley. HEX triplet: 74, A8 and 76. RGB value is (116,168,118). Sum of RGB (Red+Green+Blue) = 116+168+118=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #74A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A876 is #8B5789. Grayscale: #929292. Windows color (decimal): -9131914 or 7776372. OLE color: 7776372.

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

Color convert

RGB116168118-
CMYK0.3100.300.34
HSL122.31º23.01%55.69%-
HSV(B)122.31º30.95%65.88%-
XYZ24.4833.0322.22-
YUV146.75111.77106.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=28.86%
G=41.79%
B=29.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161681180.3100.300.34122.3123.0155.69
Hex74A8761F01E227a1738
Octal16425016637036421722770
Binary111010010101000111011011111011110100010111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,118); }

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

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

 a { background-color: rgb(116,168,118); }

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

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

 span { border-color: rgb(116,168,118); }

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