#759F0E

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

Shades of Christi #759F0E

Tints of Christi #759F0E

Color information

#759F0E (or 0x759F0E) is unknown color: approx Christi. HEX triplet: 75, 9F and 0E. RGB value is (117,159,14). Sum of RGB (Red+Green+Blue) = 117+159+14=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #759F0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F0E is #8A60F1. Grayscale: #828282. Windows color (decimal): -9068786 or 958325. OLE color: 958325.

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

Color convert

RGB11715914-
CMYK0.2600.910.38
HSL77.38º83.82%33.92%-
HSV(B)77.38º91.19%62.35%-
XYZ19.8128.614.89-
YUV129.9162.59118.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 159 (62.5% from 255) = 54.83%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=40.34%
G=54.83%
B=4.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159140.2600.910.3877.3883.8233.92
Hex759FE1A05B264d5422
Octal165237163201334611512442
Binary1110101100111111110110100101101110011010011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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