#70B855

Color #70B855 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70B855

Tints of Apple #70B855

Color information

#70B855 (or 0x70B855) is unknown color: approx Apple. HEX triplet: 70, B8 and 55. RGB value is (112,184,85). Sum of RGB (Red+Green+Blue) = 112+184+85=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #70B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B855 is #8F47AA. Grayscale: #979797. Windows color (decimal): -9389995 or 5617776. OLE color: 5617776.

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

Color convert

RGB11218485-
CMYK0.3900.540.28
HSL103.64º41.08%52.75%-
HSV(B)103.64º53.8%72.16%-
XYZ25.4638.3814.66-
YUV151.1990.65100.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=29.40%
G=48.29%
B=22.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112184850.3900.540.28103.6441.0852.75
Hex70B855270361C682935
Octal16027012547066341505165
Binary11100001011100010101011001110110110111001101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,85); }

 H1.HeaderClassName
 {
   color: #70B855;
 }
 .AnyTagClassName
 {
   color: #70B855;
 }
</style>
background-color css

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

 a { background-color: rgb(112,184,85); }

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

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

 span { border-color: rgb(112,184,85); }

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