#759F09

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

Shades of Christi #759F09

Tints of Christi #759F09

Color information

#759F09 (or 0x759F09) is unknown color: approx Christi. HEX triplet: 75, 9F and 09. RGB value is (117,159,9). Sum of RGB (Red+Green+Blue) = 117+159+9=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #759F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F09 is #8A60F6. Grayscale: #818181. Windows color (decimal): -9068791 or 630645. OLE color: 630645.

HSL color Cylindrical-coordinate representation of color #759F09: hue angle of 76.8º degrees, saturation: 0.89, 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 #759F09 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1171599-
CMYK0.2600.940.38
HSL76.8º89.29%32.94%-
HSV(B)76.8º94.34%62.35%-
XYZ19.7828.64.74-
YUV129.3460.09119.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=41.05%
G=55.79%
B=3.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11715990.2600.940.3876.889.2932.94
Hex759F91A05E264d5921
Octal165237113201364611513141
Binary1110101100111111001110100101111010011010011011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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