Html Css Color HEX #75AD46 Apple

📋 copy color: '#75AD46'

red 117 ◦ green 173 ◦ blue 70

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

Shades of Apple #75AD46

Tints of Apple #75AD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 32.5%
G = 48.06%
B = 19.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#75AD46 (or 0x75AD46) is known color: Apple. HEX triplet: 75, AD and 46. RGB value is (117,173,70). Sum of RGB (Red+Green+Blue) = 117+173+70=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD46 is #8A52B9. Grayscale: #909090. Windows color (decimal): -9065146 or 4631925. OLE color: 4631925.

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

Color convert

RGB 117 173 70 -
CMYK 0.32 0 0.60 0.32
HSL 92.62º 0.42% 0.48% -
HSV(B) 92.62º 0.6% 0.68% -
XYZ 23.39 34.11 11.15 -
YUV 144.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 117 173 70 0.32 0 0.60 0.32 92.62 0.42 0.48
Hex 75 AD 46 20 0 3C 20 5D 2A 30
Octal 165 255 106 40 0 74 40 135 52 60
Binary 1110101 10101101 1000110 100000 0 111100 100000 1011101 101010 110000

Color Harmonies of #75AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD46

Black with #75AD46

Text Example


Text Example

White with #75AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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