#75917B

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

Shades of Oxley #75917B

Tints of Oxley #75917B

Color information

#75917B (or 0x75917B) is unknown color: approx Oxley. HEX triplet: 75, 91 and 7B. RGB value is (117,145,123). Sum of RGB (Red+Green+Blue) = 117+145+123=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #75917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75917B is #8A6E84. Grayscale: #868686. Windows color (decimal): -9072261 or 8098165. OLE color: 8098165.

HSL color Cylindrical-coordinate representation of color #75917B: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75917B is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB117145123-
CMYK0.1900.150.43
HSL132.86º11.29%51.37%-
HSV(B)132.86º19.31%56.86%-
XYZ21.0425.4622.54-
YUV134.12121.72115.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=30.39%
G=37.66%
B=31.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451230.1900.150.43132.8611.2951.37
Hex75917B130F2B85b33
Octal16522117323017532051363
Binary11101011001000111110111001101111101011100001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75917B; }

 p { color: rgb(117,145,123); }

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

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

 a { background-color: rgb(117,145,123); }

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

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

 span { border-color: rgb(117,145,123); }

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