#75997D

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

Shades of Oxley #75997D

Tints of Oxley #75997D

Color information

#75997D (or 0x75997D) is unknown color: approx Oxley. HEX triplet: 75, 99 and 7D. RGB value is (117,153,125). Sum of RGB (Red+Green+Blue) = 117+153+125=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #75997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997D is #8A6682. Grayscale: #8B8B8B. Windows color (decimal): -9070211 or 8231285. OLE color: 8231285.

HSL color Cylindrical-coordinate representation of color #75997D: hue angle of 133.33º 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 #75997D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB117153125-
CMYK0.2400.180.4
HSL133.33º15%52.94%-
HSV(B)133.33º23.53%60%-
XYZ22.4328.0523.63-
YUV139.04120.07112.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=29.62%
G=38.73%
B=31.65%

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
Decimal1171531250.2400.180.4133.331552.94
Hex75997D180122885f35
Octal16523117530022502051765
Binary111010110011001111110111000010010101000100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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