Html Css Color HEX #70B028 Christi

📋 copy color: '#70B028'

red 112 ◦ green 176 ◦ blue 40

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

Shades of Christi #70B028

Tints of Christi #70B028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 34.15%
G = 53.66%
B = 12.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#70B028 (or 0x70B028) is known color: Christi. HEX triplet: 70, B0 and 28. RGB value is (112,176,40). Sum of RGB (Red+Green+Blue) = 112+176+40=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #70B028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B028 is #8F4FD7. Grayscale: #8D8D8D. Windows color (decimal): -9392088 or 2666608. OLE color: 2666608.

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

Color convert

RGB 112 176 40 -
CMYK 0.36 0 0.77 0.31
HSL 88.24º 0.63% 0.42% -
HSV(B) 88.24º 0.77% 0.69% -
XYZ 22.59 34.65 7.5 -
YUV 141.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 112 176 40 0.36 0 0.77 0.31 88.24 0.63 0.42
Hex 70 B0 28 24 0 4D 1F 58 3F 2A
Octal 160 260 50 44 0 115 37 130 77 52
Binary 1110000 10110000 101000 100100 0 1001101 11111 1011000 111111 101010

Color Harmonies of #70B028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B028

Black with #70B028

Text Example


Text Example

White with #70B028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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