#759F15

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

Shades of Christi #759F15

Tints of Christi #759F15

Color information

#759F15 (or 0x759F15) is unknown color: approx Christi. HEX triplet: 75, 9F and 15. RGB value is (117,159,21). Sum of RGB (Red+Green+Blue) = 117+159+21=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #759F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F15 is #8A60EA. Grayscale: #838383. Windows color (decimal): -9068779 or 1417077. OLE color: 1417077.

HSL color Cylindrical-coordinate representation of color #759F15: hue angle of 78.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759F15 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB11715921-
CMYK0.2600.870.38
HSL78.26º76.67%35.29%-
HSV(B)78.26º86.79%62.35%-
XYZ19.8728.635.19-
YUV130.7166.09118.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=39.39%
G=53.54%
B=7.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159210.2600.870.3878.2676.6735.29
Hex759F151A057264e4d23
Octal165237253201274611611543
Binary11101011001111110101110100101011110011010011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,21); }

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

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

 a { background-color: rgb(117,159,21); }

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

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

 span { border-color: rgb(117,159,21); }

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