#749B12

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

Shades of Christi #749B12

Tints of Christi #749B12

Color information

#749B12 (or 0x749B12) is unknown color: approx Christi. HEX triplet: 74, 9B and 12. RGB value is (116,155,18). Sum of RGB (Red+Green+Blue) = 116+155+18=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #749B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749B12 is #8B64ED. Grayscale: #808080. Windows color (decimal): -9135342 or 1219444. OLE color: 1219444.

HSL color Cylindrical-coordinate representation of color #749B12: hue angle of 77.08º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749B12 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB11615518-
CMYK0.2500.880.39
HSL77.08º79.19%33.92%-
HSV(B)77.08º88.39%60.78%-
XYZ19.0327.24.82-
YUV127.7266.08119.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=40.14%
G=53.63%
B=6.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155180.2500.880.3977.0879.1933.92
Hex749B1219058274d4f22
Octal164233223101304711511742
Binary11101001001101110010110010101100010011110011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,18); }

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

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

 a { background-color: rgb(116,155,18); }

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

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

 span { border-color: rgb(116,155,18); }

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