Html Css Color HEX #789393 Juniper

📋 copy color: '#789393'

red 120 ◦ green 147 ◦ blue 147

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

Shades of Juniper #789393

Tints of Juniper #789393

RGB

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

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

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

R = 28.99%
G = 35.51%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#789393 (or 0x789393) is known color: Juniper. HEX triplet: 78, 93 and 93. RGB value is (120,147,147). Sum of RGB (Red+Green+Blue) = 120+147+147=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #789393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789393 is #876C6C. Grayscale: #8A8A8A. Windows color (decimal): -8875117 or 9671544. OLE color: 9671544.

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

Color convert

RGB 120 147 147 -
CMYK 0.18 0 0 0.42
HSL 180º 0.11% 0.52% -
HSV(B) 180º 0.18% 0.58% -
XYZ 23.45 26.97 31.57 -
YUV 138.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 120 147 147 0.18 0 0 0.42 180 0.11 0.52
Hex 78 93 93 12 0 0 2A B4 B 34
Octal 170 223 223 22 0 0 52 264 13 64
Binary 1111000 10010011 10010011 10010 0 0 101010 10110100 1011 110100

Color Harmonies of #789393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789393

Black with #789393

Text Example


Text Example

White with #789393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789393; }

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

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

background-color css

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

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

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

border-color css

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

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

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