Html Css Color HEX #70B615 Christi

📋 copy color: '#70B615'

red 112 ◦ green 182 ◦ blue 21

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

Shades of Christi #70B615

Tints of Christi #70B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.78%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 35.56%
G = 57.78%
B = 6.67%

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

#70B615 (or 0x70B615) is known color: Christi. HEX triplet: 70, B6 and 15. RGB value is (112,182,21). Sum of RGB (Red+Green+Blue) = 112+182+21=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #70B615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B615 is #8F49EA. Grayscale: #8F8F8F. Windows color (decimal): -9390571 or 1422960. OLE color: 1422960.

HSL color Cylindrical-coordinate representation of color #70B615: hue angle of 86.09º degrees, saturation: 0.79, 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 #70B615 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 21 -
CMYK 0.38 0 0.88 0.29
HSL 86.09º 0.79% 0.4% -
HSV(B) 86.09º 0.88% 0.71% -
XYZ 23.55 36.95 6.6 -
YUV 142.72 59.31 106.09 -
System Red Green Blue C M Y K H S L
Decimal 112 182 21 0.38 0 0.88 0.29 86.09 0.79 0.4
Hex 70 B6 15 26 0 58 1D 56 4F 28
Octal 160 266 25 46 0 130 35 126 117 50
Binary 1110000 10110110 10101 100110 0 1011000 11101 1010110 1001111 101000

Color Harmonies of #70B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B615

Black with #70B615

Text Example


Text Example

White with #70B615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,21); }

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

background-color css

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

 a { background-color: rgb(112,182,21); }

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

border-color css

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

 span { border-color: rgb(112,182,21); }

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