#75927F

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

Shades of Oxley #75927F

Tints of Oxley #75927F

Color information

#75927F (or 0x75927F) is unknown color: approx Oxley. HEX triplet: 75, 92 and 7F. RGB value is (117,146,127). Sum of RGB (Red+Green+Blue) = 117+146+127=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #75927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927F is #8A6D80. Grayscale: #878787. Windows color (decimal): -9072001 or 8360565. OLE color: 8360565.

HSL color Cylindrical-coordinate representation of color #75927F: hue angle of 140.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75927F is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB117146127-
CMYK0.2000.130.43
HSL140.69º11.74%51.57%-
HSV(B)140.69º19.86%57.25%-
XYZ21.4525.8723.94-
YUV135.16123.39115.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 127 (50% from 255) = 32.56%
R=30%
G=37.44%
B=32.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461270.2000.130.43140.6911.7451.57
Hex75927F140D2B8dc34
Octal16522217724015532151464
Binary11101011001001011111111010001101101011100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75927F; }

 p { color: rgb(117,146,127); }

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

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

 a { background-color: rgb(117,146,127); }

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

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

 span { border-color: rgb(117,146,127); }

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