#749C22

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

Shades of Christi #749C22

Tints of Christi #749C22

Color information

#749C22 (or 0x749C22) is unknown color: approx Christi. HEX triplet: 74, 9C and 22. RGB value is (116,156,34). Sum of RGB (Red+Green+Blue) = 116+156+34=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #749C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C22 is #8B63DD. Grayscale: #828282. Windows color (decimal): -9135070 or 2268276. OLE color: 2268276.

HSL color Cylindrical-coordinate representation of color #749C22: hue angle of 79.67º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #749C22 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB11615634-
CMYK0.2600.780.39
HSL79.67º64.21%37.25%-
HSV(B)79.67º78.21%61.18%-
XYZ19.3827.615.82-
YUV130.1373.75117.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=37.91%
G=50.98%
B=11.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116156340.2600.780.3979.6764.2137.25
Hex749C221A04E27504025
Octal164234423201164712010045
Binary111010010011100100010110100100111010011110100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,34); }

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

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

 a { background-color: rgb(116,156,34); }

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

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

 span { border-color: rgb(116,156,34); }

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