Html Css Color HEX #70B643 Apple

📋 copy color: '#70B643'

red 112 ◦ green 182 ◦ blue 67

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

Shades of Apple #70B643

Tints of Apple #70B643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 31.02%
G = 50.42%
B = 18.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#70B643 (or 0x70B643) is known color: Apple. HEX triplet: 70, B6 and 43. RGB value is (112,182,67). Sum of RGB (Red+Green+Blue) = 112+182+67=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #70B643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B643 is #8F49BC. Grayscale: #949494. Windows color (decimal): -9390525 or 4437616. OLE color: 4437616.

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

Color convert

RGB 112 182 67 -
CMYK 0.38 0 0.63 0.29
HSL 96.52º 0.46% 0.49% -
HSV(B) 96.52º 0.63% 0.71% -
XYZ 24.42 37.31 11.22 -
YUV 147.96 82.31 102.35 -
System Red Green Blue C M Y K H S L
Decimal 112 182 67 0.38 0 0.63 0.29 96.52 0.46 0.49
Hex 70 B6 43 26 0 3F 1D 61 2E 31
Octal 160 266 103 46 0 77 35 141 56 61
Binary 1110000 10110110 1000011 100110 0 111111 11101 1100001 101110 110001

Color Harmonies of #70B643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B643

Black with #70B643

Text Example


Text Example

White with #70B643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,67); }

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

background-color css

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

 a { background-color: rgb(112,182,67); }

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

border-color css

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

 span { border-color: rgb(112,182,67); }

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