Html Css Color HEX #75967C Oxley

📋 copy color: '#75967C'

red 117 ◦ green 150 ◦ blue 124

#75967C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #75967C

Tints of Oxley #75967C

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

 GREEN value IS 150 (58.98% from 255) = 38.36%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 29.92%
G = 38.36%
B = 31.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#75967C (or 0x75967C) is known color: Oxley. HEX triplet: 75, 96 and 7C. RGB value is (117,150,124). Sum of RGB (Red+Green+Blue) = 117+150+124=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #75967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75967C is #8A6983. Grayscale: #898989. Windows color (decimal): -9070980 or 8164981. OLE color: 8164981.

HSL color Cylindrical-coordinate representation of color #75967C: hue angle of 132.73º 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 #75967C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 124 -
CMYK 0.22 0 0.17 0.41
HSL 132.73º 0.14% 0.52% -
HSV(B) 132.73º 0.22% 0.59% -
XYZ 21.88 27.05 23.14 -
YUV 137.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 117 150 124 0.22 0 0.17 0.41 132.73 0.14 0.52
Hex 75 96 7C 16 0 11 29 85 E 34
Octal 165 226 174 26 0 21 51 205 16 64
Binary 1110101 10010110 1111100 10110 0 10001 101001 10000101 1110 110100

Color Harmonies of #75967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75967C

Black with #75967C

Text Example


Text Example

White with #75967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75967C;
 }
 .AnyTagClassName
 {
   color: #75967C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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