#789F16

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

Shades of Christi #789F16

Tints of Christi #789F16

Color information

#789F16 (or 0x789F16) is unknown color: approx Christi. HEX triplet: 78, 9F and 16. RGB value is (120,159,22). Sum of RGB (Red+Green+Blue) = 120+159+22=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #789F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F16 is #8760E9. Grayscale: #848484. Windows color (decimal): -8872170 or 1482616. OLE color: 1482616.

HSL color Cylindrical-coordinate representation of color #789F16: hue angle of 77.08º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #789F16 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB12015922-
CMYK0.2500.860.38
HSL77.08º75.69%35.49%-
HSV(B)77.08º86.16%62.35%-
XYZ20.2928.855.26-
YUV131.7266.08119.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 159 (62.5% from 255) = 52.82%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=39.87%
G=52.82%
B=7.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120159220.2500.860.3877.0875.6935.49
Hex789F1619056264d4c23
Octal170237263101264611511443
Binary11110001001111110110110010101011010011010011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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