#729B0D

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

Shades of Christi #729B0D

Tints of Christi #729B0D

Color information

#729B0D (or 0x729B0D) is unknown color: approx Christi. HEX triplet: 72, 9B and 0D. RGB value is (114,155,13). Sum of RGB (Red+Green+Blue) = 114+155+13=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #729B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729B0D is #8D64F2. Grayscale: #7F7F7F. Windows color (decimal): -9266419 or 891762. OLE color: 891762.

HSL color Cylindrical-coordinate representation of color #729B0D: hue angle of 77.32º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #729B0D is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB11415513-
CMYK0.2600.920.39
HSL77.32º84.52%32.94%-
HSV(B)77.32º91.61%60.78%-
XYZ18.7327.054.61-
YUV126.5563.92119.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=40.43%
G=54.96%
B=4.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155130.2600.920.3977.3284.5232.94
Hex729BD1A05C274d5521
Octal162233153201344711512541
Binary1110010100110111101110100101110010011110011011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,13); }

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

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

 a { background-color: rgb(114,155,13); }

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

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

 span { border-color: rgb(114,155,13); }

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