Html Css Color HEX #75AD7D Oxley

📋 copy color: '#75AD7D'

red 117 ◦ green 173 ◦ blue 125

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

Shades of Oxley #75AD7D

Tints of Oxley #75AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 28.19%
G = 41.69%
B = 30.12%

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

#75AD7D (or 0x75AD7D) is known color: Oxley. HEX triplet: 75, AD and 7D. RGB value is (117,173,125). Sum of RGB (Red+Green+Blue) = 117+173+125=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD7D is #8A5282. Grayscale: #969696. Windows color (decimal): -9065091 or 8236405. OLE color: 8236405.

HSL color Cylindrical-coordinate representation of color #75AD7D: hue angle of 128.57º 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 #75AD7D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 125 -
CMYK 0.32 0 0.28 0.32
HSL 128.57º 0.25% 0.57% -
HSV(B) 128.57º 0.32% 0.68% -
XYZ 25.98 35.15 24.82 -
YUV 150.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 117 173 125 0.32 0 0.28 0.32 128.57 0.25 0.57
Hex 75 AD 7D 20 0 1C 20 81 19 39
Octal 165 255 175 40 0 34 40 201 31 71
Binary 1110101 10101101 1111101 100000 0 11100 100000 10000001 11001 111001

Color Harmonies of #75AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD7D

Black with #75AD7D

Text Example


Text Example

White with #75AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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