Html Css Color HEX #75997C Oxley

📋 copy color: '#75997C'

red 117 ◦ green 153 ◦ blue 124

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

Shades of Oxley #75997C

Tints of Oxley #75997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 29.7%
G = 38.83%
B = 31.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#75997C (or 0x75997C) is known color: Oxley. HEX triplet: 75, 99 and 7C. RGB value is (117,153,124). Sum of RGB (Red+Green+Blue) = 117+153+124=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #75997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997C is #8A6683. Grayscale: #8B8B8B. Windows color (decimal): -9070212 or 8165749. OLE color: 8165749.

HSL color Cylindrical-coordinate representation of color #75997C: hue angle of 131.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75997C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 124 -
CMYK 0.24 0 0.19 0.4
HSL 131.67º 0.15% 0.53% -
HSV(B) 131.67º 0.24% 0.6% -
XYZ 22.37 28.02 23.3 -
YUV 138.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 117 153 124 0.24 0 0.19 0.4 131.67 0.15 0.53
Hex 75 99 7C 18 0 13 28 84 F 35
Octal 165 231 174 30 0 23 50 204 17 65
Binary 1110101 10011001 1111100 11000 0 10011 101000 10000100 1111 110101

Color Harmonies of #75997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75997C

Black with #75997C

Text Example


Text Example

White with #75997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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