Html Css Color HEX #70B015 Christi

📋 copy color: '#70B015'

red 112 ◦ green 176 ◦ blue 21

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

Shades of Christi #70B015

Tints of Christi #70B015

RGB

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

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

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

R = 36.25%
G = 56.96%
B = 6.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#70B015 (or 0x70B015) is known color: Christi. HEX triplet: 70, B0 and 15. RGB value is (112,176,21). Sum of RGB (Red+Green+Blue) = 112+176+21=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #70B015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70B015 is #8F4FEA. Grayscale: #8B8B8B. Windows color (decimal): -9392107 or 1421424. OLE color: 1421424.

HSL color Cylindrical-coordinate representation of color #70B015: hue angle of 84.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70B015 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 176 21 -
CMYK 0.36 0 0.88 0.31
HSL 84.77º 0.79% 0.39% -
HSV(B) 84.77º 0.88% 0.69% -
XYZ 22.34 34.55 6.2 -
YUV 139.19 61.3 108.6 -
System Red Green Blue C M Y K H S L
Decimal 112 176 21 0.36 0 0.88 0.31 84.77 0.79 0.39
Hex 70 B0 15 24 0 58 1F 55 4F 27
Octal 160 260 25 44 0 130 37 125 117 47
Binary 1110000 10110000 10101 100100 0 1011000 11111 1010101 1001111 100111

Color Harmonies of #70B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B015

Black with #70B015

Text Example


Text Example

White with #70B015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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