#749F22

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

Shades of Christi #749F22

Tints of Christi #749F22

Color information

#749F22 (or 0x749F22) is unknown color: approx Christi. HEX triplet: 74, 9F and 22. RGB value is (116,159,34). Sum of RGB (Red+Green+Blue) = 116+159+34=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #749F22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F22 is #8B60DD. Grayscale: #848484. Windows color (decimal): -9134302 or 2269044. OLE color: 2269044.

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

Color convert

RGB11615934-
CMYK0.2700.790.38
HSL80.64º64.77%37.84%-
HSV(B)80.64º78.62%62.35%-
XYZ19.8928.625.99-
YUV131.8972.75116.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 34 (13.67% from 255) = 11.00%
R=37.54%
G=51.46%
B=11.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159340.2700.790.3880.6464.7737.84
Hex749F221B04F26514126
Octal164237423301174612110146
Binary111010010011111100010110110100111110011010100011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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