Html Css Color HEX #75A880 Oxley

📋 copy color: '#75A880'

red 117 ◦ green 168 ◦ blue 128

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

Shades of Oxley #75A880

Tints of Oxley #75A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 28.33%
G = 40.68%
B = 30.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#75A880 (or 0x75A880) is known color: Oxley. HEX triplet: 75, A8 and 80. RGB value is (117,168,128). Sum of RGB (Red+Green+Blue) = 117+168+128=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #75A880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A880 is #8A577F. Grayscale: #949494. Windows color (decimal): -9066368 or 8431733. OLE color: 8431733.

HSL color Cylindrical-coordinate representation of color #75A880: hue angle of 132.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A880 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 128 -
CMYK 0.30 0 0.24 0.34
HSL 132.94º 0.23% 0.56% -
HSV(B) 132.94º 0.3% 0.66% -
XYZ 25.24 33.35 25.53 -
YUV 148.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 117 168 128 0.30 0 0.24 0.34 132.94 0.23 0.56
Hex 75 A8 80 1E 0 18 22 85 17 38
Octal 165 250 200 36 0 30 42 205 27 70
Binary 1110101 10101000 10000000 11110 0 11000 100010 10000101 10111 111000

Color Harmonies of #75A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A880

Black with #75A880

Text Example


Text Example

White with #75A880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,128); }

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

background-color css

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

 a { background-color: rgb(117,168,128); }

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

border-color css

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

 span { border-color: rgb(117,168,128); }

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