Html Css Color HEX #70B556 Apple

📋 copy color: '#70B556'

red 112 ◦ green 181 ◦ blue 86

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

Shades of Apple #70B556

Tints of Apple #70B556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 29.55%
G = 47.76%
B = 22.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#70B556 (or 0x70B556) is known color: Apple. HEX triplet: 70, B5 and 56. RGB value is (112,181,86). Sum of RGB (Red+Green+Blue) = 112+181+86=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #70B556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B556 is #8F4AA9. Grayscale: #959595. Windows color (decimal): -9390762 or 5682544. OLE color: 5682544.

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

Color convert

RGB 112 181 86 -
CMYK 0.38 0 0.52 0.29
HSL 103.58º 0.39% 0.52% -
HSV(B) 103.58º 0.52% 0.71% -
XYZ 24.89 37.16 14.67 -
YUV 149.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 112 181 86 0.38 0 0.52 0.29 103.58 0.39 0.52
Hex 70 B5 56 26 0 34 1D 68 27 34
Octal 160 265 126 46 0 64 35 150 47 64
Binary 1110000 10110101 1010110 100110 0 110100 11101 1101000 100111 110100

Color Harmonies of #70B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B556

Black with #70B556

Text Example


Text Example

White with #70B556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,86); }

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

background-color css

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

 a { background-color: rgb(112,181,86); }

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

border-color css

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

 span { border-color: rgb(112,181,86); }

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