#70B725

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

Shades of Christi #70B725

Tints of Christi #70B725

Color information

#70B725 (or 0x70B725) is unknown color: approx Christi. HEX triplet: 70, B7 and 25. RGB value is (112,183,37). Sum of RGB (Red+Green+Blue) = 112+183+37=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #70B725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B725 is #8F48DA. Grayscale: #919191. Windows color (decimal): -9390299 or 2471792. OLE color: 2471792.

HSL color Cylindrical-coordinate representation of color #70B725: hue angle of 89.18º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70B725 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB11218337-
CMYK0.3900.800.28
HSL89.18º66.36%43.14%-
HSV(B)89.18º79.78%71.76%-
XYZ23.9537.457.72-
YUV145.1366.98104.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 183 (71.88% from 255) = 55.12%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=33.73%
G=55.12%
B=11.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183370.3900.800.2889.1866.3643.14
Hex70B725270501C59422b
Octal160267454701203413110253
Binary111000010110111100101100111010100001110010110011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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