Html Css Color HEX #75AD48 Apple

📋 copy color: '#75AD48'

red 117 ◦ green 173 ◦ blue 72

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

Shades of Apple #75AD48

Tints of Apple #75AD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 32.32%
G = 47.79%
B = 19.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#75AD48 (or 0x75AD48) is known color: Apple. HEX triplet: 75, AD and 48. RGB value is (117,173,72). Sum of RGB (Red+Green+Blue) = 117+173+72=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD48 is #8A52B7. Grayscale: #919191. Windows color (decimal): -9065144 or 4762997. OLE color: 4762997.

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

Color convert

RGB 117 173 72 -
CMYK 0.32 0 0.58 0.32
HSL 93.27º 0.41% 0.48% -
HSV(B) 93.27º 0.58% 0.68% -
XYZ 23.45 34.14 11.48 -
YUV 144.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 117 173 72 0.32 0 0.58 0.32 93.27 0.41 0.48
Hex 75 AD 48 20 0 3A 20 5D 29 30
Octal 165 255 110 40 0 72 40 135 51 60
Binary 1110101 10101101 1001000 100000 0 111010 100000 1011101 101001 110000

Color Harmonies of #75AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD48

Black with #75AD48

Text Example


Text Example

White with #75AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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