#749E15

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

Shades of Christi #749E15

Tints of Christi #749E15

Color information

#749E15 (or 0x749E15) is unknown color: approx Christi. HEX triplet: 74, 9E and 15. RGB value is (116,158,21). Sum of RGB (Red+Green+Blue) = 116+158+21=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #749E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749E15 is #8B61EA. Grayscale: #828282. Windows color (decimal): -9134571 or 1416820. OLE color: 1416820.

HSL color Cylindrical-coordinate representation of color #749E15: hue angle of 78.39º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #749E15 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB11615821-
CMYK0.2700.870.38
HSL78.39º76.54%35.1%-
HSV(B)78.39º86.71%61.96%-
XYZ19.5628.225.13-
YUV129.8266.59118.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=39.32%
G=53.56%
B=7.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158210.2700.870.3878.3976.5435.1
Hex749E151B057264e4d23
Octal164236253301274611611543
Binary11101001001111010101110110101011110011010011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E15; }

 p { color: rgb(116,158,21); }

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

<style>
 a { background-color: #749E15; }

 a { background-color: rgb(116,158,21); }

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

<style>
 span { border-color: #749E15; }

 span { border-color: rgb(116,158,21); }

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