#7BA20A

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

Shades of Christi #7BA20A

Tints of Christi #7BA20A

Color information

#7BA20A (or 0x7BA20A) is unknown color: approx Christi. HEX triplet: 7B, A2 and 0A. RGB value is (123,162,10). Sum of RGB (Red+Green+Blue) = 123+162+10=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA20A is #845DF5. Grayscale: #858585. Windows color (decimal): -8674806 or 696955. OLE color: 696955.

HSL color Cylindrical-coordinate representation of color #7BA20A: hue angle of 75.39º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BA20A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB12316210-
CMYK0.2400.940.36
HSL75.39º88.37%33.73%-
HSV(B)75.39º93.83%63.53%-
XYZ21.1430.074.98-
YUV133.0158.58120.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.69%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=41.69%
G=54.92%
B=3.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123162100.2400.940.3675.3988.3733.73
Hex7BA2A1805E244b5822
Octal173242123001364411313042
Binary1111011101000101010110000101111010010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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