Html Css Color HEX #70B753 Apple

📋 copy color: '#70B753'

red 112 ◦ green 183 ◦ blue 83

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

Shades of Apple #70B753

Tints of Apple #70B753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 29.63%
G = 48.41%
B = 21.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#70B753 (or 0x70B753) is known color: Apple. HEX triplet: 70, B7 and 53. RGB value is (112,183,83). Sum of RGB (Red+Green+Blue) = 112+183+83=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #70B753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B753 is #8F48AC. Grayscale: #969696. Windows color (decimal): -9390253 or 5486448. OLE color: 5486448.

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

Color convert

RGB 112 183 83 -
CMYK 0.39 0 0.55 0.28
HSL 102.6º 0.41% 0.52% -
HSV(B) 102.6º 0.55% 0.72% -
XYZ 25.18 37.94 14.18 -
YUV 150.37 89.98 100.63 -
System Red Green Blue C M Y K H S L
Decimal 112 183 83 0.39 0 0.55 0.28 102.6 0.41 0.52
Hex 70 B7 53 27 0 37 1C 67 29 34
Octal 160 267 123 47 0 67 34 147 51 64
Binary 1110000 10110111 1010011 100111 0 110111 11100 1100111 101001 110100

Color Harmonies of #70B753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B753

Black with #70B753

Text Example


Text Example

White with #70B753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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