#759B0A

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

Shades of Christi #759B0A

Tints of Christi #759B0A

Color information

#759B0A (or 0x759B0A) is unknown color: approx Christi. HEX triplet: 75, 9B and 0A. RGB value is (117,155,10). Sum of RGB (Red+Green+Blue) = 117+155+10=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #759B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B0A is #8A64F5. Grayscale: #7F7F7F. Windows color (decimal): -9069814 or 695157. OLE color: 695157.

HSL color Cylindrical-coordinate representation of color #759B0A: hue angle of 75.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759B0A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB11715510-
CMYK0.2500.940.39
HSL75.72º87.88%32.35%-
HSV(B)75.72º93.55%60.78%-
XYZ19.1127.254.54-
YUV127.1161.91120.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=41.49%
G=54.96%
B=3.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155100.2500.940.3975.7287.8832.35
Hex759BA1905E274c5820
Octal165233123101364711413040
Binary1110101100110111010110010101111010011110011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,10); }

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

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

 a { background-color: rgb(117,155,10); }

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

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

 span { border-color: rgb(117,155,10); }

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