#7b9b0a

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

Shades of Christi #7B9B0A

Tints of Christi #7B9B0A

Color information

#7B9B0A (or 0x7B9B0A) is unknown color: approx Christi. HEX triplet: 7B, 9B and 0A. RGB value is (123,155,10). Sum of RGB (Red+Green+Blue) = 123+155+10=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9B0A is #8464F5. Grayscale: #818181. Windows color (decimal): -8676598 or 695163. OLE color: 695163.

HSL color Cylindrical-coordinate representation of color #7B9B0A: hue angle of 73.24º 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 #7B9B0A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB12315510-
CMYK0.2100.940.39
HSL73.24º87.88%32.35%-
HSV(B)73.24º93.55%60.78%-
XYZ19.9427.684.58-
YUV128.960.9123.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=42.71%
G=53.82%
B=3.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155100.2100.940.3973.2487.8832.35
Hex7B9BA1505E27495820
Octal173233122501364711113040
Binary1111011100110111010101010101111010011110010011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b9b0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b9b0a; }

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

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

<style>
 a { background-color: #7b9b0a; }

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

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

<style>
 span { border-color: #7b9b0a; }

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

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