#70B025

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

Shades of Christi #70B025

Tints of Christi #70B025

Color information

#70B025 (or 0x70B025) is unknown color: approx Christi. HEX triplet: 70, B0 and 25. RGB value is (112,176,37). Sum of RGB (Red+Green+Blue) = 112+176+37=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #70B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B025 is #8F4FDA. Grayscale: #8D8D8D. Windows color (decimal): -9392091 or 2470000. OLE color: 2470000.

HSL color Cylindrical-coordinate representation of color #70B025: hue angle of 87.63º 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 #70B025 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11217637-
CMYK0.3600.790.31
HSL87.63º65.26%41.76%-
HSV(B)87.63º78.98%69.02%-
XYZ22.5434.637.25-
YUV141.0269.3107.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 176 (69.14% from 255) = 54.15%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=34.46%
G=54.15%
B=11.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112176370.3600.790.3187.6365.2641.76
Hex70B0252404F1F58412a
Octal160260454401173713010152
Binary111000010110000100101100100010011111111110110001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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