#7BBA01

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

Shades of Christi #7BBA01

Tints of Christi #7BBA01

Color information

#7BBA01 (or 0x7BBA01) is unknown color: approx Christi. HEX triplet: 7B, BA and 01. RGB value is (123,186,1). Sum of RGB (Red+Green+Blue) = 123+186+1=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA01 is #8445FE. Grayscale: #929292. Windows color (decimal): -8668671 or 113275. OLE color: 113275.

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

Color convert

RGB1231861-
CMYK0.3400.990.27
HSL80.43º98.93%36.67%-
HSV(B)80.43º99.46%72.94%-
XYZ25.7339.336.26-
YUV146.0746.13111.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.68%
GREEN value IS 186 (73.05% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=39.68%
G=60%
B=0.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12318610.3400.990.2780.4398.9336.67
Hex7BBA1220631B506325
Octal17327214201433312014345
Binary1111011101110101100010011000111101110100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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