#75A077

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

Shades of Oxley #75A077

Tints of Oxley #75A077

Color information

#75A077 (or 0x75A077) is unknown color: approx Oxley. HEX triplet: 75, A0 and 77. RGB value is (117,160,119). Sum of RGB (Red+Green+Blue) = 117+160+119=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #75A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A077 is #8A5F88. Grayscale: #8E8E8E. Windows color (decimal): -9068425 or 7839861. OLE color: 7839861.

HSL color Cylindrical-coordinate representation of color #75A077: hue angle of 122.79º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A077 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB117160119-
CMYK0.2700.260.37
HSL122.79º18.45%54.31%-
HSV(B)122.79º26.88%62.75%-
XYZ23.2430.2622.07-
YUV142.47114.75109.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=29.55%
G=40.40%
B=30.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171601190.2700.260.37122.7918.4554.31
Hex75A0771B01A257b1236
Octal16524016733032451732266
Binary111010110100000111011111011011010100101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A077; }

 p { color: rgb(117,160,119); }

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

<style>
 a { background-color: #75A077; }

 a { background-color: rgb(117,160,119); }

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

<style>
 span { border-color: #75A077; }

 span { border-color: rgb(117,160,119); }

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