Html Css Color HEX #70B74F Apple

📋 copy color: '#70B74F'

red 112 ◦ green 183 ◦ blue 79

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

Shades of Apple #70B74F

Tints of Apple #70B74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 29.95%
G = 48.93%
B = 21.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#70B74F (or 0x70B74F) is known color: Apple. HEX triplet: 70, B7 and 4F. RGB value is (112,183,79). Sum of RGB (Red+Green+Blue) = 112+183+79=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #70B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B74F is #8F48B0. Grayscale: #969696. Windows color (decimal): -9390257 or 5224304. OLE color: 5224304.

HSL color Cylindrical-coordinate representation of color #70B74F: hue angle of 100.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70B74F is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 79 -
CMYK 0.39 0 0.57 0.28
HSL 100.96º 0.42% 0.51% -
HSV(B) 100.96º 0.57% 0.72% -
XYZ 25.03 37.88 13.39 -
YUV 149.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 112 183 79 0.39 0 0.57 0.28 100.96 0.42 0.51
Hex 70 B7 4F 27 0 39 1C 65 2A 33
Octal 160 267 117 47 0 71 34 145 52 63
Binary 1110000 10110111 1001111 100111 0 111001 11100 1100101 101010 110011

Color Harmonies of #70B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B74F

Black with #70B74F

Text Example


Text Example

White with #70B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,79); }

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

background-color css

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

 a { background-color: rgb(112,183,79); }

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

border-color css

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

 span { border-color: rgb(112,183,79); }

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