#729C0F

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

Shades of Christi #729C0F

Tints of Christi #729C0F

Color information

#729C0F (or 0x729C0F) is unknown color: approx Christi. HEX triplet: 72, 9C and 0F. RGB value is (114,156,15). Sum of RGB (Red+Green+Blue) = 114+156+15=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #729C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729C0F is #8D63F0. Grayscale: #7F7F7F. Windows color (decimal): -9266161 or 1023090. OLE color: 1023090.

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

Color convert

RGB11415615-
CMYK0.2700.900.39
HSL77.87º82.46%33.53%-
HSV(B)77.87º90.38%61.18%-
XYZ18.9127.394.74-
YUV127.3764.59118.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=40%
G=54.74%
B=5.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114156150.2700.900.3977.8782.4633.53
Hex729CF1B05A274e5222
Octal162234173301324711612242
Binary1110010100111001111110110101101010011110011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,156,15); }

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

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

 a { background-color: rgb(114,156,15); }

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

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

 span { border-color: rgb(114,156,15); }

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