Html Css Color HEX #789391 Juniper

📋 copy color: '#789391'

red 120 ◦ green 147 ◦ blue 145

#789391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #789391

Tints of Juniper #789391

RGB

 RED value IS 120 (47.27% from 255) = 29.13%

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 29.13%
G = 35.68%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#789391 (or 0x789391) is known color: Juniper. HEX triplet: 78, 93 and 91. RGB value is (120,147,145). Sum of RGB (Red+Green+Blue) = 120+147+145=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #789391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789391 is #876C6E. Grayscale: #8A8A8A. Windows color (decimal): -8875119 or 9540472. OLE color: 9540472.

HSL color Cylindrical-coordinate representation of color #789391: hue angle of 175.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789391 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 147 145 -
CMYK 0.18 0 0.01 0.42
HSL 175.56º 0.11% 0.52% -
HSV(B) 175.56º 0.18% 0.58% -
XYZ 23.29 26.9 30.75 -
YUV 138.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 120 147 145 0.18 0 0.01 0.42 175.56 0.11 0.52
Hex 78 93 91 12 0 1 2A B0 B 34
Octal 170 223 221 22 0 1 52 260 13 64
Binary 1111000 10010011 10010001 10010 0 1 101010 10110000 1011 110100

Color Harmonies of #789391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789391

Black with #789391

Text Example


Text Example

White with #789391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789391; }

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

 H1.HeaderClassName
 {
   color: #789391;
 }
 .AnyTagClassName
 {
   color: #789391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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