Html Css Color HEX #70B446 Apple

📋 copy color: '#70B446'

red 112 ◦ green 180 ◦ blue 70

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

Shades of Apple #70B446

Tints of Apple #70B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

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

R = 30.94%
G = 49.72%
B = 19.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#70B446 (or 0x70B446) is known color: Apple. HEX triplet: 70, B4 and 46. RGB value is (112,180,70). Sum of RGB (Red+Green+Blue) = 112+180+70=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #70B446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B446 is #8F4BB9. Grayscale: #939393. Windows color (decimal): -9391034 or 4633712. OLE color: 4633712.

HSL color Cylindrical-coordinate representation of color #70B446: hue angle of 97.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70B446 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 70 -
CMYK 0.38 0 0.61 0.29
HSL 97.09º 0.44% 0.49% -
HSV(B) 97.09º 0.61% 0.71% -
XYZ 24.11 36.53 11.57 -
YUV 147.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 112 180 70 0.38 0 0.61 0.29 97.09 0.44 0.49
Hex 70 B4 46 26 0 3D 1D 61 2C 31
Octal 160 264 106 46 0 75 35 141 54 61
Binary 1110000 10110100 1000110 100110 0 111101 11101 1100001 101100 110001

Color Harmonies of #70B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B446

Black with #70B446

Text Example


Text Example

White with #70B446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,70); }

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

background-color css

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

 a { background-color: rgb(112,180,70); }

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

border-color css

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

 span { border-color: rgb(112,180,70); }

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