Html Css Color HEX #75A87B Oxley

📋 copy color: '#75A87B'

red 117 ◦ green 168 ◦ blue 123

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

Shades of Oxley #75A87B

Tints of Oxley #75A87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 28.68%
G = 41.18%
B = 30.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#75A87B (or 0x75A87B) is known color: Oxley. HEX triplet: 75, A8 and 7B. RGB value is (117,168,123). Sum of RGB (Red+Green+Blue) = 117+168+123=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #75A87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A87B is #8A5784. Grayscale: #939393. Windows color (decimal): -9066373 or 8104053. OLE color: 8104053.

HSL color Cylindrical-coordinate representation of color #75A87B: hue angle of 127.06º 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 #75A87B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 123 -
CMYK 0.30 0 0.27 0.34
HSL 127.06º 0.23% 0.56% -
HSV(B) 127.06º 0.3% 0.66% -
XYZ 24.91 33.22 23.84 -
YUV 147.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 117 168 123 0.30 0 0.27 0.34 127.06 0.23 0.56
Hex 75 A8 7B 1E 0 1B 22 7F 17 38
Octal 165 250 173 36 0 33 42 177 27 70
Binary 1110101 10101000 1111011 11110 0 11011 100010 1111111 10111 111000

Color Harmonies of #75A87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A87B

Black with #75A87B

Text Example


Text Example

White with #75A87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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