Html Css Color HEX #70B335 Apple

📋 copy color: '#70B335'

red 112 ◦ green 179 ◦ blue 53

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

Shades of Apple #70B335

Tints of Apple #70B335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.03%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 32.56%
G = 52.03%
B = 15.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#70B335 (or 0x70B335) is known color: Apple. HEX triplet: 70, B3 and 35. RGB value is (112,179,53). Sum of RGB (Red+Green+Blue) = 112+179+53=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #70B335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B335 is #8F4CCA. Grayscale: #919191. Windows color (decimal): -9391307 or 3519344. OLE color: 3519344.

HSL color Cylindrical-coordinate representation of color #70B335: hue angle of 91.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70B335 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 53 -
CMYK 0.37 0 0.70 0.30
HSL 91.9º 0.54% 0.45% -
HSV(B) 91.9º 0.7% 0.7% -
XYZ 23.44 35.94 9.07 -
YUV 144.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 112 179 53 0.37 0 0.70 0.30 91.9 0.54 0.45
Hex 70 B3 35 25 0 46 1E 5C 36 2D
Octal 160 263 65 45 0 106 36 134 66 55
Binary 1110000 10110011 110101 100101 0 1000110 11110 1011100 110110 101101

Color Harmonies of #70B335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B335

Black with #70B335

Text Example


Text Example

White with #70B335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,53); }

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

background-color css

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

 a { background-color: rgb(112,179,53); }

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

border-color css

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

 span { border-color: rgb(112,179,53); }

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