Html Css Color HEX #70B537 Apple

📋 copy color: '#70B537'

red 112 ◦ green 181 ◦ blue 55

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

Shades of Apple #70B537

Tints of Apple #70B537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.01%

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 32.18%
G = 52.01%
B = 15.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#70B537 (or 0x70B537) is known color: Apple. HEX triplet: 70, B5 and 37. RGB value is (112,181,55). Sum of RGB (Red+Green+Blue) = 112+181+55=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #70B537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B537 is #8F4AC8. Grayscale: #929292. Windows color (decimal): -9390793 or 3650928. OLE color: 3650928.

HSL color Cylindrical-coordinate representation of color #70B537: hue angle of 92.86º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70B537 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 55 -
CMYK 0.38 0 0.70 0.29
HSL 92.86º 0.53% 0.46% -
HSV(B) 92.86º 0.7% 0.71% -
XYZ 23.9 36.77 9.45 -
YUV 146.01 76.64 103.75 -
System Red Green Blue C M Y K H S L
Decimal 112 181 55 0.38 0 0.70 0.29 92.86 0.53 0.46
Hex 70 B5 37 26 0 46 1D 5D 35 2E
Octal 160 265 67 46 0 106 35 135 65 56
Binary 1110000 10110101 110111 100110 0 1000110 11101 1011101 110101 101110

Color Harmonies of #70B537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B537

Black with #70B537

Text Example


Text Example

White with #70B537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,55); }

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

background-color css

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

 a { background-color: rgb(112,181,55); }

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

border-color css

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

 span { border-color: rgb(112,181,55); }

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