Html Css Color HEX #789193 Juniper

📋 copy color: '#789193'

red 120 ◦ green 145 ◦ blue 147

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

Shades of Juniper #789193

Tints of Juniper #789193

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 120 145 147 -
CMYK 0.18 0.01 0 0.42
HSL 184.44º 0.11% 0.52% -
HSV(B) 184.44º 0.18% 0.58% -
XYZ 23.14 26.35 31.47 -
YUV 137.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 120 145 147 0.18 0.01 0 0.42 184.44 0.11 0.52
Hex 78 91 93 12 1 0 2A B8 B 34
Octal 170 221 223 22 1 0 52 270 13 64
Binary 1111000 10010001 10010011 10010 1 0 101010 10111000 1011 110100

Color Harmonies of #789193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789193

Black with #789193

Text Example


Text Example

White with #789193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789193; }

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

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

background-color css

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

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

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

border-color css

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

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

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