Html Css Color HEX #70B249 Apple

📋 copy color: '#70B249'

red 112 ◦ green 178 ◦ blue 73

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

Shades of Apple #70B249

Tints of Apple #70B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 30.85%
G = 49.04%
B = 20.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#70B249 (or 0x70B249) is known color: Apple. HEX triplet: 70, B2 and 49. RGB value is (112,178,73). Sum of RGB (Red+Green+Blue) = 112+178+73=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #70B249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B249 is #8F4DB6. Grayscale: #929292. Windows color (decimal): -9391543 or 4829808. OLE color: 4829808.

HSL color Cylindrical-coordinate representation of color #70B249: hue angle of 97.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70B249 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 73 -
CMYK 0.37 0 0.59 0.30
HSL 97.71º 0.42% 0.49% -
HSV(B) 97.71º 0.59% 0.7% -
XYZ 23.81 35.77 11.95 -
YUV 146.3 86.63 103.54 -
System Red Green Blue C M Y K H S L
Decimal 112 178 73 0.37 0 0.59 0.30 97.71 0.42 0.49
Hex 70 B2 49 25 0 3B 1E 62 2A 31
Octal 160 262 111 45 0 73 36 142 52 61
Binary 1110000 10110010 1001001 100101 0 111011 11110 1100010 101010 110001

Color Harmonies of #70B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B249

Black with #70B249

Text Example


Text Example

White with #70B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,73); }

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

background-color css

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

 a { background-color: rgb(112,178,73); }

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

border-color css

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

 span { border-color: rgb(112,178,73); }

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