#75A278

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

Shades of Oxley #75A278

Tints of Oxley #75A278

Color information

#75A278 (or 0x75A278) is unknown color: approx Oxley. HEX triplet: 75, A2 and 78. RGB value is (117,162,120). Sum of RGB (Red+Green+Blue) = 117+162+120=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #75A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A278 is #8A5D87. Grayscale: #8F8F8F. Windows color (decimal): -9067912 or 7905909. OLE color: 7905909.

HSL color Cylindrical-coordinate representation of color #75A278: hue angle of 124º 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 #75A278 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB117162120-
CMYK0.2800.260.36
HSL124º19.48%54.71%-
HSV(B)124º27.78%63.53%-
XYZ23.6530.9822.5-
YUV143.76114.59108.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=29.32%
G=40.60%
B=30.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171621200.2800.260.3612419.4854.71
Hex75A2781C01A247c1337
Octal16524217034032441742367
Binary111010110100010111100011100011010100100111110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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