#729E10

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

Shades of Christi #729E10

Tints of Christi #729E10

Color information

#729E10 (or 0x729E10) is unknown color: approx Christi. HEX triplet: 72, 9E and 10. RGB value is (114,158,16). Sum of RGB (Red+Green+Blue) = 114+158+16=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #729E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729E10 is #8D61EF. Grayscale: #818181. Windows color (decimal): -9265648 or 1089138. OLE color: 1089138.

HSL color Cylindrical-coordinate representation of color #729E10: hue angle of 78.59º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #729E10 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB11415816-
CMYK0.2800.900.38
HSL78.59º81.61%34.12%-
HSV(B)78.59º89.87%61.96%-
XYZ19.2628.074.89-
YUV128.6664.42117.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 158 (62.11% from 255) = 54.86%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=39.58%
G=54.86%
B=5.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114158160.2800.900.3878.5981.6134.12
Hex729E101C05A264f5222
Octal162236203401324611712242
Binary11100101001111010000111000101101010011010011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729E10; }

 p { color: rgb(114,158,16); }

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

<style>
 a { background-color: #729E10; }

 a { background-color: rgb(114,158,16); }

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

<style>
 span { border-color: #729E10; }

 span { border-color: rgb(114,158,16); }

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