Html Css Color HEX #75917F Oxley

📋 copy color: '#75917F'

red 117 ◦ green 145 ◦ blue 127

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

Shades of Oxley #75917F

Tints of Oxley #75917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 30.08%
G = 37.28%
B = 32.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#75917F (or 0x75917F) is known color: Oxley. HEX triplet: 75, 91 and 7F. RGB value is (117,145,127). Sum of RGB (Red+Green+Blue) = 117+145+127=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #75917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75917F is #8A6E80. Grayscale: #868686. Windows color (decimal): -9072257 or 8360309. OLE color: 8360309.

HSL color Cylindrical-coordinate representation of color #75917F: hue angle of 141.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75917F is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 127 -
CMYK 0.19 0 0.12 0.43
HSL 141.43º 0.11% 0.51% -
HSV(B) 141.43º 0.19% 0.57% -
XYZ 21.29 25.57 23.89 -
YUV 134.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 117 145 127 0.19 0 0.12 0.43 141.43 0.11 0.51
Hex 75 91 7F 13 0 C 2B 8D B 33
Octal 165 221 177 23 0 14 53 215 13 63
Binary 1110101 10010001 1111111 10011 0 1100 101011 10001101 1011 110011

Color Harmonies of #75917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75917F

Black with #75917F

Text Example


Text Example

White with #75917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75917F; }

 p { color: rgb(117,145,127); }

 H1.HeaderClassName
 {
   color: #75917F;
 }
 .AnyTagClassName
 {
   color: #75917F;
 }
</style>

background-color css

<style>
 a { background-color: #75917F; }

 a { background-color: rgb(117,145,127); }

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

border-color css

<style>
 span { border-color: #75917F; }

 span { border-color: rgb(117,145,127); }

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