Html Css Color HEX #789B94 Juniper

📋 copy color: '#789B94'

red 120 ◦ green 155 ◦ blue 148

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

Shades of Juniper #789B94

Tints of Juniper #789B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 28.37%
G = 36.64%
B = 34.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#789B94 (or 0x789B94) is known color: Juniper. HEX triplet: 78, 9B and 94. RGB value is (120,155,148). Sum of RGB (Red+Green+Blue) = 120+155+148=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #789B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B94 is #87646B. Grayscale: #8F8F8F. Windows color (decimal): -8873068 or 9739128. OLE color: 9739128.

HSL color Cylindrical-coordinate representation of color #789B94: hue angle of 168º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B94 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 155 148 -
CMYK 0.23 0 0.05 0.39
HSL 168º 0.15% 0.54% -
HSV(B) 168º 0.23% 0.61% -
XYZ 24.81 29.57 32.42 -
YUV 143.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 120 155 148 0.23 0 0.05 0.39 168 0.15 0.54
Hex 78 9B 94 17 0 5 27 A8 F 36
Octal 170 233 224 27 0 5 47 250 17 66
Binary 1111000 10011011 10010100 10111 0 101 100111 10101000 1111 110110

Color Harmonies of #789B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789B94

Black with #789B94

Text Example


Text Example

White with #789B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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