#789B16

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

Shades of Christi #789B16

Tints of Christi #789B16

Color information

#789B16 (or 0x789B16) is unknown color: approx Christi. HEX triplet: 78, 9B and 16. RGB value is (120,155,22). Sum of RGB (Red+Green+Blue) = 120+155+22=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #789B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789B16 is #8764E9. Grayscale: #818181. Windows color (decimal): -8873194 or 1481592. OLE color: 1481592.

HSL color Cylindrical-coordinate representation of color #789B16: hue angle of 75.79º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #789B16 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB12015522-
CMYK0.2300.860.39
HSL75.79º75.14%34.71%-
HSV(B)75.79º85.81%60.78%-
XYZ19.6127.495.03-
YUV129.3767.4121.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 155 (60.94% from 255) = 52.19%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=40.40%
G=52.19%
B=7.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120155220.2300.860.3975.7975.1434.71
Hex789B1617056274c4b23
Octal170233262701264711411343
Binary11110001001101110110101110101011010011110011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789B16; }

 p { color: rgb(120,155,22); }

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

<style>
 a { background-color: #789B16; }

 a { background-color: rgb(120,155,22); }

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

<style>
 span { border-color: #789B16; }

 span { border-color: rgb(120,155,22); }

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