Html Css Color HEX #70AB3C Apple

📋 copy color: '#70AB3C'

red 112 ◦ green 171 ◦ blue 60

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

Shades of Apple #70AB3C

Tints of Apple #70AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 32.65%
G = 49.85%
B = 17.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#70AB3C (or 0x70AB3C) is known color: Apple. HEX triplet: 70, AB and 3C. RGB value is (112,171,60). Sum of RGB (Red+Green+Blue) = 112+171+60=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB3C is #8F54C3. Grayscale: #8D8D8D. Windows color (decimal): -9393348 or 3976048. OLE color: 3976048.

HSL color Cylindrical-coordinate representation of color #70AB3C: hue angle of 91.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70AB3C is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 60 -
CMYK 0.35 0 0.65 0.33
HSL 91.89º 0.48% 0.45% -
HSV(B) 91.89º 0.65% 0.67% -
XYZ 22.06 32.9 9.46 -
YUV 140.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 112 171 60 0.35 0 0.65 0.33 91.89 0.48 0.45
Hex 70 AB 3C 23 0 41 21 5C 30 2D
Octal 160 253 74 43 0 101 41 134 60 55
Binary 1110000 10101011 111100 100011 0 1000001 100001 1011100 110000 101101

Color Harmonies of #70AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB3C

Black with #70AB3C

Text Example


Text Example

White with #70AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,60); }

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

background-color css

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

 a { background-color: rgb(112,171,60); }

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

border-color css

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

 span { border-color: rgb(112,171,60); }

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