#70B507

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

Shades of Christi #70B507

Tints of Christi #70B507

Color information

#70B507 (or 0x70B507) is unknown color: approx Christi. HEX triplet: 70, B5 and 07. RGB value is (112,181,7). Sum of RGB (Red+Green+Blue) = 112+181+7=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #70B507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B507 is #8F4AF8. Grayscale: #8D8D8D. Windows color (decimal): -9390841 or 505200. OLE color: 505200.

HSL color Cylindrical-coordinate representation of color #70B507: hue angle of 83.79º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70B507 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1121817-
CMYK0.3800.960.29
HSL83.79º92.55%36.86%-
HSV(B)83.79º96.13%70.98%-
XYZ23.2436.516.02-
YUV140.5352.64107.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 181 (71.09% from 255) = 60.33%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=37.33%
G=60.33%
B=2.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11218170.3800.960.2983.7992.5536.86
Hex70B57260601D545d25
Octal16026574601403512413545
Binary111000010110101111100110011000001110110101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,7); }

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

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

 a { background-color: rgb(112,181,7); }

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

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

 span { border-color: rgb(112,181,7); }

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