#75967A

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

Shades of Oxley #75967A

Tints of Oxley #75967A

Color information

#75967A (or 0x75967A) is unknown color: approx Oxley. HEX triplet: 75, 96 and 7A. RGB value is (117,150,122). Sum of RGB (Red+Green+Blue) = 117+150+122=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #75967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75967A is #8A6985. Grayscale: #898989. Windows color (decimal): -9070982 or 8033909. OLE color: 8033909.

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

Color convert

RGB117150122-
CMYK0.2200.190.41
HSL129.09º13.58%52.35%-
HSV(B)129.09º22%58.82%-
XYZ21.762722.48-
YUV136.94119.57113.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=30.08%
G=38.56%
B=31.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501220.2200.190.41129.0913.5852.35
Hex75967A160132981e34
Octal16522617226023512011664
Binary111010110010110111101010110010011101001100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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