Html Css Color HEX #70B448 Apple

📋 copy color: '#70B448'

red 112 ◦ green 180 ◦ blue 72

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

Shades of Apple #70B448

Tints of Apple #70B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.45%

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

R = 30.77%
G = 49.45%
B = 19.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#70B448 (or 0x70B448) is known color: Apple. HEX triplet: 70, B4 and 48. RGB value is (112,180,72). Sum of RGB (Red+Green+Blue) = 112+180+72=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #70B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B448 is #8F4BB7. Grayscale: #939393. Windows color (decimal): -9391032 or 4764784. OLE color: 4764784.

HSL color Cylindrical-coordinate representation of color #70B448: hue angle of 97.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70B448 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 72 -
CMYK 0.38 0 0.60 0.29
HSL 97.78º 0.43% 0.49% -
HSV(B) 97.78º 0.6% 0.71% -
XYZ 24.17 36.56 11.91 -
YUV 147.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 112 180 72 0.38 0 0.60 0.29 97.78 0.43 0.49
Hex 70 B4 48 26 0 3C 1D 62 2B 31
Octal 160 264 110 46 0 74 35 142 53 61
Binary 1110000 10110100 1001000 100110 0 111100 11101 1100010 101011 110001

Color Harmonies of #70B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B448

Black with #70B448

Text Example


Text Example

White with #70B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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