#749D16

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

Shades of Christi #749D16

Tints of Christi #749D16

Color information

#749D16 (or 0x749D16) is unknown color: approx Christi. HEX triplet: 74, 9D and 16. RGB value is (116,157,22). Sum of RGB (Red+Green+Blue) = 116+157+22=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #749D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D16 is #8B62E9. Grayscale: #818181. Windows color (decimal): -9134826 or 1482100. OLE color: 1482100.

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

Color convert

RGB11615722-
CMYK0.2600.860.38
HSL78.22º75.42%35.1%-
HSV(B)78.22º85.99%61.57%-
XYZ19.427.885.12-
YUV129.3567.42118.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 157 (61.72% from 255) = 53.22%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=39.32%
G=53.22%
B=7.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157220.2600.860.3878.2275.4235.1
Hex749D161A056264e4b23
Octal164235263201264611611343
Binary11101001001110110110110100101011010011010011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,22); }

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

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

 a { background-color: rgb(116,157,22); }

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

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

 span { border-color: rgb(116,157,22); }

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