#749778

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

Shades of Oxley #749778

Tints of Oxley #749778

Color information

#749778 (or 0x749778) is unknown color: approx Oxley. HEX triplet: 74, 97 and 78. RGB value is (116,151,120). Sum of RGB (Red+Green+Blue) = 116+151+120=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #749778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749778 is #8B6887. Grayscale: #898989. Windows color (decimal): -9136264 or 7903092. OLE color: 7903092.

HSL color Cylindrical-coordinate representation of color #749778: hue angle of 126.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749778 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB116151120-
CMYK0.2300.210.41
HSL126.86º14.4%52.35%-
HSV(B)126.86º23.18%59.22%-
XYZ21.6627.221.88-
YUV137118.4113.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=29.97%
G=39.02%
B=31.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511200.2300.210.41126.8614.452.35
Hex74977817015297fe34
Octal16422717027025511771664
Binary11101001001011111110001011101010110100111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749778; }

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

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

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

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

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

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

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

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