Html Css Color HEX #789A95 Juniper

📋 copy color: '#789A95'

red 120 ◦ green 154 ◦ blue 149

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

Shades of Juniper #789A95

Tints of Juniper #789A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 28.37%
G = 36.41%
B = 35.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#789A95 (or 0x789A95) is known color: Juniper. HEX triplet: 78, 9A and 95. RGB value is (120,154,149). Sum of RGB (Red+Green+Blue) = 120+154+149=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #789A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A95 is #87656A. Grayscale: #8F8F8F. Windows color (decimal): -8873323 or 9804408. OLE color: 9804408.

HSL color Cylindrical-coordinate representation of color #789A95: hue angle of 171.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789A95 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 154 149 -
CMYK 0.22 0 0.03 0.40
HSL 171.18º 0.14% 0.54% -
HSV(B) 171.18º 0.22% 0.6% -
XYZ 24.73 29.27 32.78 -
YUV 143.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 120 154 149 0.22 0 0.03 0.40 171.18 0.14 0.54
Hex 78 9A 95 16 0 3 28 AB E 36
Octal 170 232 225 26 0 3 50 253 16 66
Binary 1111000 10011010 10010101 10110 0 11 101000 10101011 1110 110110

Color Harmonies of #789A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789A95

Black with #789A95

Text Example


Text Example

White with #789A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,154,149); }

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

background-color css

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

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

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

border-color css

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

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

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