Html Css Color HEX #70AF5A Apple

📋 copy color: '#70AF5A'

red 112 ◦ green 175 ◦ blue 90

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

Shades of Apple #70AF5A

Tints of Apple #70AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.42%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 29.71%
G = 46.42%
B = 23.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#70AF5A (or 0x70AF5A) is known color: Apple. HEX triplet: 70, AF and 5A. RGB value is (112,175,90). Sum of RGB (Red+Green+Blue) = 112+175+90=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF5A is #8F50A5. Grayscale: #929292. Windows color (decimal): -9392294 or 5943152. OLE color: 5943152.

HSL color Cylindrical-coordinate representation of color #70AF5A: hue angle of 104.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AF5A is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 90 -
CMYK 0.36 0 0.49 0.31
HSL 104.47º 0.35% 0.52% -
HSV(B) 104.47º 0.49% 0.69% -
XYZ 23.86 34.84 15.14 -
YUV 146.47 96.13 103.41 -
System Red Green Blue C M Y K H S L
Decimal 112 175 90 0.36 0 0.49 0.31 104.47 0.35 0.52
Hex 70 AF 5A 24 0 31 1F 68 23 34
Octal 160 257 132 44 0 61 37 150 43 64
Binary 1110000 10101111 1011010 100100 0 110001 11111 1101000 100011 110100

Color Harmonies of #70AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF5A

Black with #70AF5A

Text Example


Text Example

White with #70AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,90); }

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

background-color css

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

 a { background-color: rgb(112,175,90); }

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

border-color css

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

 span { border-color: rgb(112,175,90); }

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