Html Css Color HEX #70AD55 Apple

📋 copy color: '#70AD55'

red 112 ◦ green 173 ◦ blue 85

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

Shades of Apple #70AD55

Tints of Apple #70AD55

RGB

 RED value IS 112 (44.14% from 255) = 30.27%

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

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 30.27%
G = 46.76%
B = 22.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#70AD55 (or 0x70AD55) is known color: Apple. HEX triplet: 70, AD and 55. RGB value is (112,173,85). Sum of RGB (Red+Green+Blue) = 112+173+85=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD55 is #8F52AA. Grayscale: #919191. Windows color (decimal): -9392811 or 5614960. OLE color: 5614960.

HSL color Cylindrical-coordinate representation of color #70AD55: hue angle of 101.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70AD55 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 85 -
CMYK 0.35 0 0.51 0.32
HSL 101.59º 0.35% 0.51% -
HSV(B) 101.59º 0.51% 0.68% -
XYZ 23.27 33.99 13.93 -
YUV 144.73 94.29 104.66 -
System Red Green Blue C M Y K H S L
Decimal 112 173 85 0.35 0 0.51 0.32 101.59 0.35 0.51
Hex 70 AD 55 23 0 33 20 66 23 33
Octal 160 255 125 43 0 63 40 146 43 63
Binary 1110000 10101101 1010101 100011 0 110011 100000 1100110 100011 110011

Color Harmonies of #70AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD55

Black with #70AD55

Text Example


Text Example

White with #70AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AD55; }

 p { color: rgb(112,173,85); }

 H1.HeaderClassName
 {
   color: #70AD55;
 }
 .AnyTagClassName
 {
   color: #70AD55;
 }
</style>

background-color css

<style>
 a { background-color: #70AD55; }

 a { background-color: rgb(112,173,85); }

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

border-color css

<style>
 span { border-color: #70AD55; }

 span { border-color: rgb(112,173,85); }

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