Html Css Color HEX #70B758 Apple

📋 copy color: '#70B758'

red 112 ◦ green 183 ◦ blue 88

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

Shades of Apple #70B758

Tints of Apple #70B758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 29.24%
G = 47.78%
B = 22.98%

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

#70B758 (or 0x70B758) is known color: Apple. HEX triplet: 70, B7 and 58. RGB value is (112,183,88). Sum of RGB (Red+Green+Blue) = 112+183+88=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #70B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B758 is #8F48A7. Grayscale: #979797. Windows color (decimal): -9390248 or 5814128. OLE color: 5814128.

HSL color Cylindrical-coordinate representation of color #70B758: hue angle of 104.84º 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 #70B758 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 88 -
CMYK 0.39 0 0.52 0.28
HSL 104.84º 0.4% 0.53% -
HSV(B) 104.84º 0.52% 0.72% -
XYZ 25.38 38.02 15.23 -
YUV 150.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 112 183 88 0.39 0 0.52 0.28 104.84 0.4 0.53
Hex 70 B7 58 27 0 34 1C 69 28 35
Octal 160 267 130 47 0 64 34 151 50 65
Binary 1110000 10110111 1011000 100111 0 110100 11100 1101001 101000 110101

Color Harmonies of #70B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B758

Black with #70B758

Text Example


Text Example

White with #70B758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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