#729D1E

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

Shades of Christi #729D1E

Tints of Christi #729D1E

Color information

#729D1E (or 0x729D1E) is unknown color: approx Christi. HEX triplet: 72, 9D and 1E. RGB value is (114,157,30). Sum of RGB (Red+Green+Blue) = 114+157+30=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #729D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729D1E is #8D62E1. Grayscale: #828282. Windows color (decimal): -9265890 or 2006386. OLE color: 2006386.

HSL color Cylindrical-coordinate representation of color #729D1E: hue angle of 80.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #729D1E is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB11415730-
CMYK0.2700.810.38
HSL80.31º67.91%36.67%-
HSV(B)80.31º80.89%61.57%-
XYZ19.2327.795.58-
YUV129.6671.75116.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=37.87%
G=52.16%
B=9.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114157300.2700.810.3880.3167.9136.67
Hex729D1E1B05126504425
Octal162235363301214612010445
Binary11100101001110111110110110101000110011010100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,157,30); }

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

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

 a { background-color: rgb(114,157,30); }

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

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

 span { border-color: rgb(114,157,30); }

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