Html Css Color HEX #789492 Juniper

📋 copy color: '#789492'

red 120 ◦ green 148 ◦ blue 146

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

Shades of Juniper #789492

Tints of Juniper #789492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 28.99%
G = 35.75%
B = 35.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#789492 (or 0x789492) is known color: Juniper. HEX triplet: 78, 94 and 92. RGB value is (120,148,146). Sum of RGB (Red+Green+Blue) = 120+148+146=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #789492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789492 is #876B6D. Grayscale: #8B8B8B. Windows color (decimal): -8874862 or 9606264. OLE color: 9606264.

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

Color convert

RGB 120 148 146 -
CMYK 0.19 0 0.01 0.42
HSL 175.71º 0.12% 0.53% -
HSV(B) 175.71º 0.19% 0.58% -
XYZ 23.52 27.25 31.21 -
YUV 139.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 120 148 146 0.19 0 0.01 0.42 175.71 0.12 0.53
Hex 78 94 92 13 0 1 2A B0 C 35
Octal 170 224 222 23 0 1 52 260 14 65
Binary 1111000 10010100 10010010 10011 0 1 101010 10110000 1100 110101

Color Harmonies of #789492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789492

Black with #789492

Text Example


Text Example

White with #789492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789492; }

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

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

background-color css

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

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

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

border-color css

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

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

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