Html Css Color HEX #789495 Juniper

📋 copy color: '#789495'

red 120 ◦ green 148 ◦ blue 149

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

Shades of Juniper #789495

Tints of Juniper #789495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 28.78%
G = 35.49%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#789495 (or 0x789495) is known color: Juniper. HEX triplet: 78, 94 and 95. RGB value is (120,148,149). Sum of RGB (Red+Green+Blue) = 120+148+149=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #789495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789495 is #876B6A. Grayscale: #8B8B8B. Windows color (decimal): -8874859 or 9802872. OLE color: 9802872.

HSL color Cylindrical-coordinate representation of color #789495: hue angle of 182.07º 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 #789495 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 149 -
CMYK 0.19 0.01 0 0.42
HSL 182.07º 0.12% 0.53% -
HSV(B) 182.07º 0.19% 0.58% -
XYZ 23.76 27.34 32.46 -
YUV 139.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 120 148 149 0.19 0.01 0 0.42 182.07 0.12 0.53
Hex 78 94 95 13 1 0 2A B6 C 35
Octal 170 224 225 23 1 0 52 266 14 65
Binary 1111000 10010100 10010101 10011 1 0 101010 10110110 1100 110101

Color Harmonies of #789495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789495

Black with #789495

Text Example


Text Example

White with #789495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789495; }

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

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

background-color css

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

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

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

border-color css

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

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

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