#70B427

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

Shades of Christi #70B427

Tints of Christi #70B427

Color information

#70B427 (or 0x70B427) is unknown color: approx Christi. HEX triplet: 70, B4 and 27. RGB value is (112,180,39). Sum of RGB (Red+Green+Blue) = 112+180+39=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #70B427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B427 is #8F4BD8. Grayscale: #909090. Windows color (decimal): -9391065 or 2602096. OLE color: 2602096.

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

Color convert

RGB11218039-
CMYK0.3800.780.29
HSL88.94º64.38%42.94%-
HSV(B)88.94º78.33%70.59%-
XYZ23.3736.237.68-
YUV143.5968.97105.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=33.84%
G=54.38%
B=11.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112180390.3800.780.2988.9464.3842.94
Hex70B4272604E1D59402b
Octal160264474601163513110053
Binary111000010110100100111100110010011101110110110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,39); }

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

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

 a { background-color: rgb(112,180,39); }

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

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

 span { border-color: rgb(112,180,39); }

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