Html Css Color HEX #75AD7C Oxley

📋 copy color: '#75AD7C'

red 117 ◦ green 173 ◦ blue 124

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

Shades of Oxley #75AD7C

Tints of Oxley #75AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 28.26%
G = 41.79%
B = 29.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#75AD7C (or 0x75AD7C) is known color: Oxley. HEX triplet: 75, AD and 7C. RGB value is (117,173,124). Sum of RGB (Red+Green+Blue) = 117+173+124=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD7C is #8A5283. Grayscale: #969696. Windows color (decimal): -9065092 or 8170869. OLE color: 8170869.

HSL color Cylindrical-coordinate representation of color #75AD7C: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD7C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 124 -
CMYK 0.32 0 0.28 0.32
HSL 127.5º 0.25% 0.57% -
HSV(B) 127.5º 0.32% 0.68% -
XYZ 25.92 35.12 24.48 -
YUV 150.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 117 173 124 0.32 0 0.28 0.32 127.5 0.25 0.57
Hex 75 AD 7C 20 0 1C 20 80 19 39
Octal 165 255 174 40 0 34 40 200 31 71
Binary 1110101 10101101 1111100 100000 0 11100 100000 10000000 11001 111001

Color Harmonies of #75AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD7C

Black with #75AD7C

Text Example


Text Example

White with #75AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,124); }

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

background-color css

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

 a { background-color: rgb(117,173,124); }

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

border-color css

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

 span { border-color: rgb(117,173,124); }

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