Html Css Color HEX #70B235 Apple

📋 copy color: '#70B235'

red 112 ◦ green 178 ◦ blue 53

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

Shades of Apple #70B235

Tints of Apple #70B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

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

R = 32.65%
G = 51.9%
B = 15.45%

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

#70B235 (or 0x70B235) is known color: Apple. HEX triplet: 70, B2 and 35. RGB value is (112,178,53). Sum of RGB (Red+Green+Blue) = 112+178+53=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #70B235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B235 is #8F4DCA. Grayscale: #909090. Windows color (decimal): -9391563 or 3519088. OLE color: 3519088.

HSL color Cylindrical-coordinate representation of color #70B235: hue angle of 91.68º 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 #70B235 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 53 -
CMYK 0.37 0 0.70 0.30
HSL 91.68º 0.54% 0.45% -
HSV(B) 91.68º 0.7% 0.7% -
XYZ 23.25 35.54 9 -
YUV 144.02 76.63 105.16 -
System Red Green Blue C M Y K H S L
Decimal 112 178 53 0.37 0 0.70 0.30 91.68 0.54 0.45
Hex 70 B2 35 25 0 46 1E 5C 36 2D
Octal 160 262 65 45 0 106 36 134 66 55
Binary 1110000 10110010 110101 100101 0 1000110 11110 1011100 110110 101101

Color Harmonies of #70B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B235

Black with #70B235

Text Example


Text Example

White with #70B235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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