#759E0E

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

Shades of Christi #759E0E

Tints of Christi #759E0E

Color information

#759E0E (or 0x759E0E) is unknown color: approx Christi. HEX triplet: 75, 9E and 0E. RGB value is (117,158,14). Sum of RGB (Red+Green+Blue) = 117+158+14=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #759E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759E0E is #8A61F1. Grayscale: #818181. Windows color (decimal): -9069042 or 958069. OLE color: 958069.

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

Color convert

RGB11715814-
CMYK0.2600.910.38
HSL77.08º83.72%33.73%-
HSV(B)77.08º91.14%61.96%-
XYZ19.6428.274.84-
YUV129.3262.92119.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 54.67%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=40.48%
G=54.67%
B=4.84%

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
Decimal117158140.2600.910.3877.0883.7233.73
Hex759EE1A05B264d5422
Octal165236163201334611512442
Binary1110101100111101110110100101101110011010011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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