#75997E

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

Shades of Oxley #75997E

Tints of Oxley #75997E

Color information

#75997E (or 0x75997E) is unknown color: approx Oxley. HEX triplet: 75, 99 and 7E. RGB value is (117,153,126). Sum of RGB (Red+Green+Blue) = 117+153+126=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #75997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997E is #8A6681. Grayscale: #8B8B8B. Windows color (decimal): -9070210 or 8296821. OLE color: 8296821.

HSL color Cylindrical-coordinate representation of color #75997E: hue angle of 135º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75997E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB117153126-
CMYK0.2400.180.4
HSL135º15%52.94%-
HSV(B)135º23.53%60%-
XYZ22.4928.0723.97-
YUV139.16120.57112.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=29.55%
G=38.64%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531260.2400.180.41351552.94
Hex75997E180122887f35
Octal16523117630022502071765
Binary111010110011001111111011000010010101000100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75997E; }

 p { color: rgb(117,153,126); }

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

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

 a { background-color: rgb(117,153,126); }

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

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

 span { border-color: rgb(117,153,126); }

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