#7BB900

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

Shades of Christi #7BB900

Tints of Christi #7BB900

Color information

#7BB900 (or 0x7BB900) is unknown color: approx Christi. HEX triplet: 7B, B9 and 00. RGB value is (123,185,0). Sum of RGB (Red+Green+Blue) = 123+185+0=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB900 is #8446FF. Grayscale: #929292. Windows color (decimal): -8668928 or 47483. OLE color: 47483.

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

Color convert

RGB1231850-
CMYK0.34010.27
HSL80.11º100%36.27%-
HSV(B)80.11º100%72.55%-
XYZ25.5238.916.17-
YUV145.3745.96112.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 185 (72.66% from 255) = 60.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.94%
G=60.06%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12318500.34010.2780.1110036.27
Hex7BB90220641B506424
Octal17327104201443312014444
Binary1111011101110010100010011001001101110100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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