Html Css Color HEX #70B748 Apple

📋 copy color: '#70B748'

red 112 ◦ green 183 ◦ blue 72

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

Shades of Apple #70B748

Tints of Apple #70B748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 30.52%
G = 49.86%
B = 19.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#70B748 (or 0x70B748) is known color: Apple. HEX triplet: 70, B7 and 48. RGB value is (112,183,72). Sum of RGB (Red+Green+Blue) = 112+183+72=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #70B748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B748 is #8F48B7. Grayscale: #959595. Windows color (decimal): -9390264 or 4765552. OLE color: 4765552.

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

Color convert

RGB 112 183 72 -
CMYK 0.39 0 0.61 0.28
HSL 98.38º 0.44% 0.5% -
HSV(B) 98.38º 0.61% 0.72% -
XYZ 24.79 37.78 12.12 -
YUV 149.12 84.48 101.53 -
System Red Green Blue C M Y K H S L
Decimal 112 183 72 0.39 0 0.61 0.28 98.38 0.44 0.5
Hex 70 B7 48 27 0 3D 1C 62 2C 32
Octal 160 267 110 47 0 75 34 142 54 62
Binary 1110000 10110111 1001000 100111 0 111101 11100 1100010 101100 110010

Color Harmonies of #70B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B748

Black with #70B748

Text Example


Text Example

White with #70B748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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