#75927B

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

Shades of Oxley #75927B

Tints of Oxley #75927B

Color information

#75927B (or 0x75927B) is unknown color: approx Oxley. HEX triplet: 75, 92 and 7B. RGB value is (117,146,123). Sum of RGB (Red+Green+Blue) = 117+146+123=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #75927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927B is #8A6D84. Grayscale: #868686. Windows color (decimal): -9072005 or 8098421. OLE color: 8098421.

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

Color convert

RGB117146123-
CMYK0.2000.160.43
HSL132.41º11.74%51.57%-
HSV(B)132.41º19.86%57.25%-
XYZ21.1925.7722.6-
YUV134.71121.39115.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=30.31%
G=37.82%
B=31.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461230.2000.160.43132.4111.7451.57
Hex75927B140102B84c34
Octal16522217324020532041464
Binary111010110010010111101110100010000101011100001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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