Html Css Color HEX #789491 Juniper

📋 copy color: '#789491'

red 120 ◦ green 148 ◦ blue 145

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

Shades of Juniper #789491

Tints of Juniper #789491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 29.06%
G = 35.84%
B = 35.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#789491 (or 0x789491) is known color: Juniper. HEX triplet: 78, 94 and 91. RGB value is (120,148,145). Sum of RGB (Red+Green+Blue) = 120+148+145=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #789491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789491 is #876B6E. Grayscale: #8B8B8B. Windows color (decimal): -8874863 or 9540728. OLE color: 9540728.

HSL color Cylindrical-coordinate representation of color #789491: hue angle of 173.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789491 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 145 -
CMYK 0.19 0 0.02 0.42
HSL 173.57º 0.12% 0.53% -
HSV(B) 173.57º 0.19% 0.58% -
XYZ 23.45 27.22 30.81 -
YUV 139.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 120 148 145 0.19 0 0.02 0.42 173.57 0.12 0.53
Hex 78 94 91 13 0 2 2A AE C 35
Octal 170 224 221 23 0 2 52 256 14 65
Binary 1111000 10010100 10010001 10011 0 10 101010 10101110 1100 110101

Color Harmonies of #789491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789491

Black with #789491

Text Example


Text Example

White with #789491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789491; }

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

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

background-color css

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

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

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

border-color css

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

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

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