#75977A

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

Shades of Oxley #75977A

Tints of Oxley #75977A

Color information

#75977A (or 0x75977A) is unknown color: approx Oxley. HEX triplet: 75, 97 and 7A. RGB value is (117,151,122). Sum of RGB (Red+Green+Blue) = 117+151+122=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #75977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75977A is #8A6885. Grayscale: #898989. Windows color (decimal): -9070726 or 8034165. OLE color: 8034165.

HSL color Cylindrical-coordinate representation of color #75977A: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75977A is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB117151122-
CMYK0.2300.190.41
HSL128.82º14.05%52.55%-
HSV(B)128.82º22.52%59.22%-
XYZ21.9227.3222.53-
YUV137.53119.24113.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=30%
G=38.72%
B=31.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511220.2300.190.41128.8214.0552.55
Hex75977A170132981e35
Octal16522717227023512011665
Binary111010110010111111101010111010011101001100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75977A; }

 p { color: rgb(117,151,122); }

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

<style>
 a { background-color: #75977A; }

 a { background-color: rgb(117,151,122); }

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

<style>
 span { border-color: #75977A; }

 span { border-color: rgb(117,151,122); }

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