#7BA600

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

Shades of Christi #7BA600

Tints of Christi #7BA600

Color information

#7BA600 (or 0x7BA600) is unknown color: approx Christi. HEX triplet: 7B, A6 and 00. RGB value is (123,166,0). Sum of RGB (Red+Green+Blue) = 123+166+0=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA600 is #8459FF. Grayscale: #868686. Windows color (decimal): -8673792 or 42619. OLE color: 42619.

HSL color Cylindrical-coordinate representation of color #7BA600: hue angle of 75.54º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BA600 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1231660-
CMYK0.26010.35
HSL75.54º100%32.55%-
HSV(B)75.54º100%65.1%-
XYZ21.831.484.93-
YUV134.2252.25120-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 166 (65.23% from 255) = 57.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.56%
G=57.44%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12316600.26010.3575.5410032.55
Hex7BA601A064234c6421
Octal17324603201444311414441
Binary1111011101001100110100110010010001110011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,0); }

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

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

 a { background-color: rgb(123,166,0); }

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

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

 span { border-color: rgb(123,166,0); }

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