#739C14

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

Shades of Christi #739C14

Tints of Christi #739C14

Color information

#739C14 (or 0x739C14) is unknown color: approx Christi. HEX triplet: 73, 9C and 14. RGB value is (115,156,20). Sum of RGB (Red+Green+Blue) = 115+156+20=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #739C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739C14 is #8C63EB. Grayscale: #808080. Windows color (decimal): -9200620 or 1350771. OLE color: 1350771.

HSL color Cylindrical-coordinate representation of color #739C14: hue angle of 78.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #739C14 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB11515620-
CMYK0.2600.870.39
HSL78.09º77.27%34.51%-
HSV(B)78.09º87.18%61.18%-
XYZ19.0827.474.96-
YUV128.2466.92118.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 156 (61.33% from 255) = 53.61%
BLUE value IS 20 (8.20% from 255) = 6.87%
R=39.52%
G=53.61%
B=6.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115156200.2600.870.3978.0977.2734.51
Hex739C141A057274e4d23
Octal163234243201274711611543
Binary11100111001110010100110100101011110011110011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739C14; }

 p { color: rgb(115,156,20); }

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

<style>
 a { background-color: #739C14; }

 a { background-color: rgb(115,156,20); }

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

<style>
 span { border-color: #739C14; }

 span { border-color: rgb(115,156,20); }

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