#75A277

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

Shades of Oxley #75A277

Tints of Oxley #75A277

Color information

#75A277 (or 0x75A277) is unknown color: approx Oxley. HEX triplet: 75, A2 and 77. RGB value is (117,162,119). Sum of RGB (Red+Green+Blue) = 117+162+119=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #75A277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A277 is #8A5D88. Grayscale: #8F8F8F. Windows color (decimal): -9067913 or 7840373. OLE color: 7840373.

HSL color Cylindrical-coordinate representation of color #75A277: hue angle of 122.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A277 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB117162119-
CMYK0.2800.270.36
HSL122.67º19.48%54.71%-
HSV(B)122.67º27.78%63.53%-
XYZ23.5930.9522.18-
YUV143.64114.09109-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=29.40%
G=40.70%
B=29.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171621190.2800.270.36122.6719.4854.71
Hex75A2771C01B247b1337
Octal16524216734033441732367
Binary111010110100010111011111100011011100100111101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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