#70B15B

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

Shades of Apple #70B15B

Tints of Apple #70B15B

Color information

#70B15B (or 0x70B15B) is unknown color: approx Apple. HEX triplet: 70, B1 and 5B. RGB value is (112,177,91). Sum of RGB (Red+Green+Blue) = 112+177+91=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #70B15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B15B is #8F4EA4. Grayscale: #949494. Windows color (decimal): -9391781 or 6009200. OLE color: 6009200.

HSL color Cylindrical-coordinate representation of color #70B15B: hue angle of 105.35º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B15B is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB11217791-
CMYK0.3700.490.31
HSL105.35º35.54%52.55%-
HSV(B)105.35º48.59%69.41%-
XYZ24.2935.6415.5-
YUV147.7695.97102.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=29.47%
G=46.58%
B=23.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112177910.3700.490.31105.3535.5452.55
Hex70B15B250311F692435
Octal16026113345061371514465
Binary11100001011000110110111001010110001111111101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,91); }

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

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

 a { background-color: rgb(112,177,91); }

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

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

 span { border-color: rgb(112,177,91); }

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