#7BA500

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

Shades of Christi #7BA500

Tints of Christi #7BA500

Color information

#7BA500 (or 0x7BA500) is unknown color: approx Christi. HEX triplet: 7B, A5 and 00. RGB value is (123,165,0). Sum of RGB (Red+Green+Blue) = 123+165+0=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA500 is #845AFF. Grayscale: #868686. Windows color (decimal): -8674048 or 42363. OLE color: 42363.

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

Color convert

RGB1231650-
CMYK0.25010.35
HSL75.27º100%32.35%-
HSV(B)75.27º100%64.71%-
XYZ21.6231.124.87-
YUV133.6352.59120.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 165 (64.84% from 255) = 57.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.71%
G=57.29%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12316500.25010.3575.2710032.35
Hex7BA5019064234b6420
Octal17324503101444311314440
Binary1111011101001010110010110010010001110010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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