Html Css Color HEX #70B757 Apple

📋 copy color: '#70B757'

red 112 ◦ green 183 ◦ blue 87

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

Shades of Apple #70B757

Tints of Apple #70B757

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.91%

 BLUE value IS 87 (34.38% from 255) = 22.77%

R = 29.32%
G = 47.91%
B = 22.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#70B757 (or 0x70B757) is known color: Apple. HEX triplet: 70, B7 and 57. RGB value is (112,183,87). Sum of RGB (Red+Green+Blue) = 112+183+87=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #70B757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B757 is #8F48A8. Grayscale: #979797. Windows color (decimal): -9390249 or 5748592. OLE color: 5748592.

HSL color Cylindrical-coordinate representation of color #70B757: hue angle of 104.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70B757 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 87 -
CMYK 0.39 0 0.52 0.28
HSL 104.38º 0.4% 0.53% -
HSV(B) 104.38º 0.52% 0.72% -
XYZ 25.34 38 15.02 -
YUV 150.83 91.98 100.31 -
System Red Green Blue C M Y K H S L
Decimal 112 183 87 0.39 0 0.52 0.28 104.38 0.4 0.53
Hex 70 B7 57 27 0 34 1C 68 28 35
Octal 160 267 127 47 0 64 34 150 50 65
Binary 1110000 10110111 1010111 100111 0 110100 11100 1101000 101000 110101

Color Harmonies of #70B757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B757

Black with #70B757

Text Example


Text Example

White with #70B757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,87); }

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

background-color css

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

 a { background-color: rgb(112,183,87); }

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

border-color css

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

 span { border-color: rgb(112,183,87); }

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