Html Css Color HEX #75997A Oxley

📋 copy color: '#75997A'

red 117 ◦ green 153 ◦ blue 122

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

Shades of Oxley #75997A

Tints of Oxley #75997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 29.85%
G = 39.03%
B = 31.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#75997A (or 0x75997A) is known color: Oxley. HEX triplet: 75, 99 and 7A. RGB value is (117,153,122). Sum of RGB (Red+Green+Blue) = 117+153+122=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #75997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997A is #8A6685. Grayscale: #8A8A8A. Windows color (decimal): -9070214 or 8034677. OLE color: 8034677.

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

Color convert

RGB 117 153 122 -
CMYK 0.24 0 0.20 0.4
HSL 128.33º 0.15% 0.53% -
HSV(B) 128.33º 0.24% 0.6% -
XYZ 22.24 27.97 22.64 -
YUV 138.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 117 153 122 0.24 0 0.20 0.4 128.33 0.15 0.53
Hex 75 99 7A 18 0 14 28 80 F 35
Octal 165 231 172 30 0 24 50 200 17 65
Binary 1110101 10011001 1111010 11000 0 10100 101000 10000000 1111 110101

Color Harmonies of #75997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75997A

Black with #75997A

Text Example


Text Example

White with #75997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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