#789793

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

Shades of Juniper #789793

Tints of Juniper #789793

Color information

#789793 (or 0x789793) is unknown color: approx Juniper. HEX triplet: 78, 97 and 93. RGB value is (120,151,147). Sum of RGB (Red+Green+Blue) = 120+151+147=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #789793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789793 is #87686C. Grayscale: #8D8D8D. Windows color (decimal): -8874093 or 9672568. OLE color: 9672568.

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

Color convert

RGB120151147-
CMYK0.2100.030.41
HSL172.26º12.97%53.14%-
HSV(B)172.26º20.53%59.22%-
XYZ24.0828.2331.78-
YUV141.28131.23112.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=28.71%
G=36.12%
B=35.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511470.2100.030.41172.2612.9753.14
Hex789793150329acd35
Octal1702272232503512541565
Binary1111000100101111001001110101011101001101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789793; }

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

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

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

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

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

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

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

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