Html Css Color HEX #75997D Oxley

📋 copy color: '#75997D'

red 117 ◦ green 153 ◦ blue 125

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

Shades of Oxley #75997D

Tints of Oxley #75997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 29.62%
G = 38.73%
B = 31.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#75997D (or 0x75997D) is known color: Oxley. HEX triplet: 75, 99 and 7D. RGB value is (117,153,125). Sum of RGB (Red+Green+Blue) = 117+153+125=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #75997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997D is #8A6682. Grayscale: #8B8B8B. Windows color (decimal): -9070211 or 8231285. OLE color: 8231285.

HSL color Cylindrical-coordinate representation of color #75997D: hue angle of 133.33º 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 #75997D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 125 -
CMYK 0.24 0 0.18 0.4
HSL 133.33º 0.15% 0.53% -
HSV(B) 133.33º 0.24% 0.6% -
XYZ 22.43 28.05 23.63 -
YUV 139.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 117 153 125 0.24 0 0.18 0.4 133.33 0.15 0.53
Hex 75 99 7D 18 0 12 28 85 F 35
Octal 165 231 175 30 0 22 50 205 17 65
Binary 1110101 10011001 1111101 11000 0 10010 101000 10000101 1111 110101

Color Harmonies of #75997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75997D

Black with #75997D

Text Example


Text Example

White with #75997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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