#749A19

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

Shades of Christi #749A19

Tints of Christi #749A19

Color information

#749A19 (or 0x749A19) is unknown color: approx Christi. HEX triplet: 74, 9A and 19. RGB value is (116,154,25). Sum of RGB (Red+Green+Blue) = 116+154+25=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #749A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749A19 is #8B65E6. Grayscale: #808080. Windows color (decimal): -9135591 or 1677940. OLE color: 1677940.

HSL color Cylindrical-coordinate representation of color #749A19: hue angle of 77.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749A19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB11615425-
CMYK0.2500.840.40
HSL77.67º72.07%35.1%-
HSV(B)77.67º83.77%60.39%-
XYZ18.9326.895.11-
YUV127.9369.91119.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=39.32%
G=52.20%
B=8.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116154250.2500.840.4077.6772.0735.1
Hex749A1919054284e4823
Octal164232313101245011611043
Binary11101001001101011001110010101010010100010011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,25); }

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

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

 a { background-color: rgb(116,154,25); }

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

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

 span { border-color: rgb(116,154,25); }

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