Html Css Color HEX #70B416 Christi

📋 copy color: '#70B416'

red 112 ◦ green 180 ◦ blue 22

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

Shades of Christi #70B416

Tints of Christi #70B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.32%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 35.67%
G = 57.32%
B = 7.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#70B416 (or 0x70B416) is known color: Christi. HEX triplet: 70, B4 and 16. RGB value is (112,180,22). Sum of RGB (Red+Green+Blue) = 112+180+22=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #70B416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B416 is #8F4BE9. Grayscale: #8E8E8E. Windows color (decimal): -9391082 or 1487984. OLE color: 1487984.

HSL color Cylindrical-coordinate representation of color #70B416: hue angle of 85.82º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70B416 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 22 -
CMYK 0.38 0 0.88 0.29
HSL 85.82º 0.78% 0.4% -
HSV(B) 85.82º 0.88% 0.71% -
XYZ 23.15 36.15 6.52 -
YUV 141.66 60.47 106.85 -
System Red Green Blue C M Y K H S L
Decimal 112 180 22 0.38 0 0.88 0.29 85.82 0.78 0.4
Hex 70 B4 16 26 0 58 1D 56 4E 28
Octal 160 264 26 46 0 130 35 126 116 50
Binary 1110000 10110100 10110 100110 0 1011000 11101 1010110 1001110 101000

Color Harmonies of #70B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B416

Black with #70B416

Text Example


Text Example

White with #70B416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,22); }

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

background-color css

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

 a { background-color: rgb(112,180,22); }

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

border-color css

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

 span { border-color: rgb(112,180,22); }

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