#759a13

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

Shades of Christi #759A13

Tints of Christi #759A13

Color information

#759A13 (or 0x759A13) is unknown color: approx Christi. HEX triplet: 75, 9A and 13. RGB value is (117,154,19). Sum of RGB (Red+Green+Blue) = 117+154+19=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #759A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759A13 is #8A65EC. Grayscale: #808080. Windows color (decimal): -9070061 or 1284725. OLE color: 1284725.

HSL color Cylindrical-coordinate representation of color #759A13: hue angle of 76.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #759A13 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB11715419-
CMYK0.2400.880.40
HSL76.44º78.03%33.92%-
HSV(B)76.44º87.66%60.39%-
XYZ19.0126.944.81-
YUV127.5566.74120.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 154 (60.55% from 255) = 53.10%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=40.34%
G=53.10%
B=6.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154190.2400.880.4076.4478.0333.92
Hex759A1318058284c4e22
Octal165232233001305011411642
Binary11101011001101010011110000101100010100010011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759a13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759a13; }

 p { color: rgb(117,154,19); }

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

<style>
 a { background-color: #759a13; }

 a { background-color: rgb(117,154,19); }

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

<style>
 span { border-color: #759a13; }

 span { border-color: rgb(117,154,19); }

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