#789B14

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

Shades of Christi #789B14

Tints of Christi #789B14

Color information

#789B14 (or 0x789B14) is unknown color: approx Christi. HEX triplet: 78, 9B and 14. RGB value is (120,155,20). Sum of RGB (Red+Green+Blue) = 120+155+20=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #789B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789B14 is #8764EB. Grayscale: #818181. Windows color (decimal): -8873196 or 1350520. OLE color: 1350520.

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

Color convert

RGB12015520-
CMYK0.2300.870.39
HSL75.56º77.14%34.31%-
HSV(B)75.56º87.1%60.78%-
XYZ19.5927.494.93-
YUV129.1466.4121.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=40.68%
G=52.54%
B=6.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120155200.2300.870.3975.5677.1434.31
Hex789B1417057274c4d22
Octal170233242701274711411542
Binary11110001001101110100101110101011110011110011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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