#729A11

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

Shades of Christi #729A11

Tints of Christi #729A11

Color information

#729A11 (or 0x729A11) is unknown color: approx Christi. HEX triplet: 72, 9A and 11. RGB value is (114,154,17). Sum of RGB (Red+Green+Blue) = 114+154+17=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #729A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729A11 is #8D65EE. Grayscale: #7E7E7E. Windows color (decimal): -9266671 or 1153650. OLE color: 1153650.

HSL color Cylindrical-coordinate representation of color #729A11: hue angle of 77.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #729A11 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB11415417-
CMYK0.2600.890.40
HSL77.52º80.12%33.53%-
HSV(B)77.52º88.96%60.39%-
XYZ18.626.734.71-
YUV126.4266.25119.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 54.04%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=40%
G=54.04%
B=5.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114154170.2600.890.4077.5280.1233.53
Hex729A111A059284e5022
Octal162232213201315011612042
Binary11100101001101010001110100101100110100010011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,154,17); }

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

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

 a { background-color: rgb(114,154,17); }

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

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

 span { border-color: rgb(114,154,17); }

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