Html Css Color HEX #70AF44 Apple

📋 copy color: '#70AF44'

red 112 ◦ green 175 ◦ blue 68

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

Shades of Apple #70AF44

Tints of Apple #70AF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 31.55%
G = 49.3%
B = 19.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#70AF44 (or 0x70AF44) is known color: Apple. HEX triplet: 70, AF and 44. RGB value is (112,175,68). Sum of RGB (Red+Green+Blue) = 112+175+68=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF44 is #8F50BB. Grayscale: #909090. Windows color (decimal): -9392316 or 4501360. OLE color: 4501360.

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

Color convert

RGB 112 175 68 -
CMYK 0.36 0 0.61 0.31
HSL 95.33º 0.44% 0.48% -
HSV(B) 95.33º 0.61% 0.69% -
XYZ 23.06 34.52 10.92 -
YUV 143.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 112 175 68 0.36 0 0.61 0.31 95.33 0.44 0.48
Hex 70 AF 44 24 0 3D 1F 5F 2C 30
Octal 160 257 104 44 0 75 37 137 54 60
Binary 1110000 10101111 1000100 100100 0 111101 11111 1011111 101100 110000

Color Harmonies of #70AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF44

Black with #70AF44

Text Example


Text Example

White with #70AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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