Html Css Color HEX #70B035 Lima

📋 copy color: '#70B035'

red 112 ◦ green 176 ◦ blue 53

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

Shades of Lima #70B035

Tints of Lima #70B035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

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

R = 32.84%
G = 51.61%
B = 15.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#70B035 (or 0x70B035) is known color: Lima. HEX triplet: 70, B0 and 35. RGB value is (112,176,53). Sum of RGB (Red+Green+Blue) = 112+176+53=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #70B035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B035 is #8F4FCA. Grayscale: #8F8F8F. Windows color (decimal): -9392075 or 3518576. OLE color: 3518576.

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

Color convert

RGB 112 176 53 -
CMYK 0.36 0 0.70 0.31
HSL 91.22º 0.54% 0.45% -
HSV(B) 91.22º 0.7% 0.69% -
XYZ 22.85 34.75 8.87 -
YUV 142.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 112 176 53 0.36 0 0.70 0.31 91.22 0.54 0.45
Hex 70 B0 35 24 0 46 1F 5B 36 2D
Octal 160 260 65 44 0 106 37 133 66 55
Binary 1110000 10110000 110101 100100 0 1000110 11111 1011011 110110 101101

Color Harmonies of #70B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B035

Black with #70B035

Text Example


Text Example

White with #70B035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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