Html Css Color HEX #789B97 Juniper

📋 copy color: '#789B97'

red 120 ◦ green 155 ◦ blue 151

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

Shades of Juniper #789B97

Tints of Juniper #789B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 28.17%
G = 36.38%
B = 35.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#789B97 (or 0x789B97) is known color: Juniper. HEX triplet: 78, 9B and 97. RGB value is (120,155,151). Sum of RGB (Red+Green+Blue) = 120+155+151=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #789B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B97 is #876468. Grayscale: #909090. Windows color (decimal): -8873065 or 9935736. OLE color: 9935736.

HSL color Cylindrical-coordinate representation of color #789B97: hue angle of 173.14º 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 #789B97 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 155 151 -
CMYK 0.23 0 0.03 0.39
HSL 173.14º 0.15% 0.54% -
HSV(B) 173.14º 0.23% 0.61% -
XYZ 25.05 29.67 33.68 -
YUV 144.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 120 155 151 0.23 0 0.03 0.39 173.14 0.15 0.54
Hex 78 9B 97 17 0 3 27 AD F 36
Octal 170 233 227 27 0 3 47 255 17 66
Binary 1111000 10011011 10010111 10111 0 11 100111 10101101 1111 110110

Color Harmonies of #789B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789B97

Black with #789B97

Text Example


Text Example

White with #789B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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