Html Css Color HEX #75A07E Oxley

📋 copy color: '#75A07E'

red 117 ◦ green 160 ◦ blue 126

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

Shades of Oxley #75A07E

Tints of Oxley #75A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 29.03%
G = 39.7%
B = 31.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#75A07E (or 0x75A07E) is known color: Oxley. HEX triplet: 75, A0 and 7E. RGB value is (117,160,126). Sum of RGB (Red+Green+Blue) = 117+160+126=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #75A07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A07E is #8A5F81. Grayscale: #8F8F8F. Windows color (decimal): -9068418 or 8298613. OLE color: 8298613.

HSL color Cylindrical-coordinate representation of color #75A07E: hue angle of 132.56º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A07E is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 126 -
CMYK 0.27 0 0.21 0.37
HSL 132.56º 0.18% 0.54% -
HSV(B) 132.56º 0.27% 0.63% -
XYZ 23.67 30.43 24.36 -
YUV 143.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 117 160 126 0.27 0 0.21 0.37 132.56 0.18 0.54
Hex 75 A0 7E 1B 0 15 25 85 12 36
Octal 165 240 176 33 0 25 45 205 22 66
Binary 1110101 10100000 1111110 11011 0 10101 100101 10000101 10010 110110

Color Harmonies of #75A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A07E

Black with #75A07E

Text Example


Text Example

White with #75A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A07E; }

 p { color: rgb(117,160,126); }

 H1.HeaderClassName
 {
   color: #75A07E;
 }
 .AnyTagClassName
 {
   color: #75A07E;
 }
</style>

background-color css

<style>
 a { background-color: #75A07E; }

 a { background-color: rgb(117,160,126); }

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

border-color css

<style>
 span { border-color: #75A07E; }

 span { border-color: rgb(117,160,126); }

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