#7BAE0B

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

Shades of Christi #7BAE0B

Tints of Christi #7BAE0B

Color information

#7BAE0B (or 0x7BAE0B) is unknown color: approx Christi. HEX triplet: 7B, AE and 0B. RGB value is (123,174,11). Sum of RGB (Red+Green+Blue) = 123+174+11=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE0B is #8451F4. Grayscale: #8C8C8C. Windows color (decimal): -8671733 or 765563. OLE color: 765563.

HSL color Cylindrical-coordinate representation of color #7BAE0B: hue angle of 78.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BAE0B is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB12317411-
CMYK0.2900.940.32
HSL78.77º88.11%36.27%-
HSV(B)78.77º93.68%68.24%-
XYZ23.3634.515.75-
YUV140.1755.1115.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 11 (4.69% from 255) = 3.57%
R=39.94%
G=56.49%
B=3.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123174110.2900.940.3278.7788.1136.27
Hex7BAEB1D05E204f5824
Octal173256133501364011713044
Binary1111011101011101011111010101111010000010011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,11); }

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

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

 a { background-color: rgb(123,174,11); }

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

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

 span { border-color: rgb(123,174,11); }

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