#70AB23

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

Shades of Christi #70AB23

Tints of Christi #70AB23

Color information

#70AB23 (or 0x70AB23) is unknown color: approx Christi. HEX triplet: 70, AB and 23. RGB value is (112,171,35). Sum of RGB (Red+Green+Blue) = 112+171+35=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB23 is #8F54DC. Grayscale: #8A8A8A. Windows color (decimal): -9393373 or 2337648. OLE color: 2337648.

HSL color Cylindrical-coordinate representation of color #70AB23: hue angle of 86.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70AB23 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB11217135-
CMYK0.3500.800.33
HSL86.03º66.02%40.39%-
HSV(B)86.03º79.53%67.06%-
XYZ21.5532.696.76-
YUV137.8669.95109.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=35.22%
G=53.77%
B=11.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171350.3500.800.3386.0366.0240.39
Hex70AB232305021564228
Octal160253434301204112610250
Binary1110000101010111000111000110101000010000110101101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,35); }

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

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

 a { background-color: rgb(112,171,35); }

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

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

 span { border-color: rgb(112,171,35); }

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