#70B126

Color #70B126 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #70B126

Tints of Christi #70B126

Color information

#70B126 (or 0x70B126) is unknown color: approx Christi. HEX triplet: 70, B1 and 26. RGB value is (112,177,38). Sum of RGB (Red+Green+Blue) = 112+177+38=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #70B126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B126 is #8F4ED9. Grayscale: #8E8E8E. Windows color (decimal): -9391834 or 2535792. OLE color: 2535792.

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

Color convert

RGB11217738-
CMYK0.3700.790.31
HSL88.06º64.65%42.16%-
HSV(B)88.06º78.53%69.41%-
XYZ22.7535.037.4-
YUV141.7269.47106.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=34.25%
G=54.13%
B=11.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112177380.3700.790.3188.0664.6542.16
Hex70B1262504F1F58412a
Octal160261464501173713010152
Binary111000010110001100110100101010011111111110110001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,38); }

 H1.HeaderClassName
 {
   color: #70B126;
 }
 .AnyTagClassName
 {
   color: #70B126;
 }
</style>
background-color css

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

 a { background-color: rgb(112,177,38); }

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

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

 span { border-color: rgb(112,177,38); }

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