#749f0a

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

Shades of Christi #749F0A

Tints of Christi #749F0A

Color information

#749F0A (or 0x749F0A) is unknown color: approx Christi. HEX triplet: 74, 9F and 0A. RGB value is (116,159,10). Sum of RGB (Red+Green+Blue) = 116+159+10=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #749F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749F0A is #8B60F5. Grayscale: #818181. Windows color (decimal): -9134326 or 696180. OLE color: 696180.

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

Color convert

RGB11615910-
CMYK0.2700.940.38
HSL77.32º88.17%33.14%-
HSV(B)77.32º93.71%62.35%-
XYZ19.6628.534.76-
YUV129.1660.75118.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=40.70%
G=55.79%
B=3.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159100.2700.940.3877.3288.1733.14
Hex749FA1B05E264d5821
Octal164237123301364611513041
Binary1110100100111111010110110101111010011010011011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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