Html Css Color HEX #70B734 Apple

📋 copy color: '#70B734'

red 112 ◦ green 183 ◦ blue 52

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

Shades of Apple #70B734

Tints of Apple #70B734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 32.28%
G = 52.74%
B = 14.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#70B734 (or 0x70B734) is known color: Apple. HEX triplet: 70, B7 and 34. RGB value is (112,183,52). Sum of RGB (Red+Green+Blue) = 112+183+52=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #70B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B734 is #8F48CB. Grayscale: #939393. Windows color (decimal): -9390284 or 3454832. OLE color: 3454832.

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

Color convert

RGB 112 183 52 -
CMYK 0.39 0 0.72 0.28
HSL 92.52º 0.56% 0.46% -
HSV(B) 92.52º 0.72% 0.72% -
XYZ 24.24 37.56 9.22 -
YUV 146.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 112 183 52 0.39 0 0.72 0.28 92.52 0.56 0.46
Hex 70 B7 34 27 0 48 1C 5D 38 2E
Octal 160 267 64 47 0 110 34 135 70 56
Binary 1110000 10110111 110100 100111 0 1001000 11100 1011101 111000 101110

Color Harmonies of #70B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B734

Black with #70B734

Text Example


Text Example

White with #70B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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