Html Css Color HEX #70C645 Apple

📋 copy color: '#70C645'

red 112 ◦ green 198 ◦ blue 69

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

Shades of Apple #70C645

Tints of Apple #70C645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.24%

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 29.55%
G = 52.24%
B = 18.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#70C645 (or 0x70C645) is known color: Apple. HEX triplet: 70, C6 and 45. RGB value is (112,198,69). Sum of RGB (Red+Green+Blue) = 112+198+69=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #70C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C645 is #8F39BA. Grayscale: #9E9E9E. Windows color (decimal): -9386427 or 4572784. OLE color: 4572784.

HSL color Cylindrical-coordinate representation of color #70C645: hue angle of 100º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70C645 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 198 69 -
CMYK 0.43 0 0.65 0.22
HSL 100º 0.53% 0.52% -
HSV(B) 100º 0.65% 0.78% -
XYZ 27.95 44.26 12.7 -
YUV 157.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 112 198 69 0.43 0 0.65 0.22 100 0.53 0.52
Hex 70 C6 45 2B 0 41 16 64 35 34
Octal 160 306 105 53 0 101 26 144 65 64
Binary 1110000 11000110 1000101 101011 0 1000001 10110 1100100 110101 110100

Color Harmonies of #70C645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C645

Black with #70C645

Text Example


Text Example

White with #70C645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,198,69); }

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

background-color css

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

 a { background-color: rgb(112,198,69); }

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

border-color css

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

 span { border-color: rgb(112,198,69); }

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