#75997B

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

Shades of Oxley #75997B

Tints of Oxley #75997B

Color information

#75997B (or 0x75997B) is unknown color: approx Oxley. HEX triplet: 75, 99 and 7B. RGB value is (117,153,123). Sum of RGB (Red+Green+Blue) = 117+153+123=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #75997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997B is #8A6684. Grayscale: #8A8A8A. Windows color (decimal): -9070213 or 8100213. OLE color: 8100213.

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

Color convert

RGB117153123-
CMYK0.2400.200.4
HSL130º15%52.94%-
HSV(B)130º23.53%60%-
XYZ22.327.9922.97-
YUV138.82119.07112.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=29.77%
G=38.93%
B=31.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531230.2400.200.41301552.94
Hex75997B180142882f35
Octal16523117330024502021765
Binary111010110011001111101111000010100101000100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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