#7BBA04

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

Shades of Christi #7BBA04

Tints of Christi #7BBA04

Color information

#7BBA04 (or 0x7BBA04) is unknown color: approx Christi. HEX triplet: 7B, BA and 04. RGB value is (123,186,4). Sum of RGB (Red+Green+Blue) = 123+186+4=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA04 is #8445FB. Grayscale: #939393. Windows color (decimal): -8668668 or 309883. OLE color: 309883.

HSL color Cylindrical-coordinate representation of color #7BBA04: hue angle of 80.77º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BBA04 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1231864-
CMYK0.3400.980.27
HSL80.77º95.79%37.25%-
HSV(B)80.77º97.85%72.94%-
XYZ25.7539.346.35-
YUV146.4247.63111.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 186 (73.05% from 255) = 59.42%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=39.30%
G=59.42%
B=1.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12318640.3400.980.2780.7795.7937.25
Hex7BBA4220621B516025
Octal17327244201423312114045
Binary111101110111010100100010011000101101110100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,4); }

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

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

 a { background-color: rgb(123,186,4); }

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

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

 span { border-color: rgb(123,186,4); }

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