#7B9B12

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

Shades of Christi #7B9B12

Tints of Christi #7B9B12

Color information

#7B9B12 (or 0x7B9B12) is unknown color: approx Christi. HEX triplet: 7B, 9B and 12. RGB value is (123,155,18). Sum of RGB (Red+Green+Blue) = 123+155+18=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9B12 is #8464ED. Grayscale: #828282. Windows color (decimal): -8676590 or 1219451. OLE color: 1219451.

HSL color Cylindrical-coordinate representation of color #7B9B12: hue angle of 74.01º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B9B12 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB12315518-
CMYK0.2100.880.39
HSL74.01º79.19%33.92%-
HSV(B)74.01º88.39%60.78%-
XYZ2027.74.86-
YUV129.8164.9123.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 155 (60.94% from 255) = 52.36%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=41.55%
G=52.36%
B=6.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155180.2100.880.3974.0179.1933.92
Hex7B9B1215058274a4f22
Octal173233222501304711211742
Binary11110111001101110010101010101100010011110010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,155,18); }

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

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

 a { background-color: rgb(123,155,18); }

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

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

 span { border-color: rgb(123,155,18); }

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