#70AF1B

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

Shades of Christi #70AF1B

Tints of Christi #70AF1B

Color information

#70AF1B (or 0x70AF1B) is unknown color: approx Christi. HEX triplet: 70, AF and 1B. RGB value is (112,175,27). Sum of RGB (Red+Green+Blue) = 112+175+27=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF1B is #8F50E4. Grayscale: #8B8B8B. Windows color (decimal): -9392357 or 1814384. OLE color: 1814384.

HSL color Cylindrical-coordinate representation of color #70AF1B: hue angle of 85.54º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70AF1B is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB11217527-
CMYK0.3600.850.31
HSL85.54º73.27%39.61%-
HSV(B)85.54º84.57%68.63%-
XYZ22.2134.186.46-
YUV139.2964.63108.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 55.73%
BLUE value IS 27 (10.94% from 255) = 8.60%
R=35.67%
G=55.73%
B=8.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175270.3600.850.3185.5473.2739.61
Hex70AF1B240551F564928
Octal160257334401253712611150
Binary11100001010111111011100100010101011111110101101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,27); }

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

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

 a { background-color: rgb(112,175,27); }

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

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

 span { border-color: rgb(112,175,27); }

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