#7BA700

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

Shades of Christi #7BA700

Tints of Christi #7BA700

Color information

#7BA700 (or 0x7BA700) is unknown color: approx Christi. HEX triplet: 7B, A7 and 00. RGB value is (123,167,0). Sum of RGB (Red+Green+Blue) = 123+167+0=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA700 is #8458FF. Grayscale: #878787. Windows color (decimal): -8673536 or 42875. OLE color: 42875.

HSL color Cylindrical-coordinate representation of color #7BA700: hue angle of 75.81º 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 #7BA700 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1231670-
CMYK0.26010.35
HSL75.81º100%32.75%-
HSV(B)75.81º100%65.49%-
XYZ21.9931.854.99-
YUV134.8151.92119.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 167 (65.62% from 255) = 57.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.41%
G=57.59%
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
Decimal12316700.26010.3575.8110032.75
Hex7BA701A064234c6421
Octal17324703201444311414441
Binary1111011101001110110100110010010001110011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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