#729E00

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

Shades of Christi #729E00

Tints of Christi #729E00

Color information

#729E00 (or 0x729E00) is unknown color: approx Christi. HEX triplet: 72, 9E and 00. RGB value is (114,158,0). Sum of RGB (Red+Green+Blue) = 114+158+0=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #729E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729E00 is #8D61FF. Grayscale: #7F7F7F. Windows color (decimal): -9265664 or 40562. OLE color: 40562.

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

Color convert

RGB1141580-
CMYK0.28010.38
HSL76.71º100%30.98%-
HSV(B)76.71º100%61.96%-
XYZ19.1728.034.4-
YUV126.8356.42118.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.91%
G=58.09%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11415800.28010.3876.7110030.98
Hex729E01C064264d641f
Octal16223603401444611514437
Binary111001010011110011100011001001001101001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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