#789893

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

Shades of Juniper #789893

Tints of Juniper #789893

Color information

#789893 (or 0x789893) is unknown color: approx Juniper. HEX triplet: 78, 98 and 93. RGB value is (120,152,147). Sum of RGB (Red+Green+Blue) = 120+152+147=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #789893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789893 is #87676C. Grayscale: #8D8D8D. Windows color (decimal): -8873837 or 9672824. OLE color: 9672824.

HSL color Cylindrical-coordinate representation of color #789893: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789893 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB120152147-
CMYK0.2100.030.40
HSL170.62º13.45%53.33%-
HSV(B)170.62º21.05%59.61%-
XYZ24.2428.5631.84-
YUV141.86130.9112.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=28.64%
G=36.28%
B=35.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521470.2100.030.40170.6213.4553.33
Hex789893150328abd35
Octal1702302232503502531565
Binary1111000100110001001001110101011101000101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789893; }

 p { color: rgb(120,152,147); }

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

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

 a { background-color: rgb(120,152,147); }

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

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

 span { border-color: rgb(120,152,147); }

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