Html Css Color HEX #789599 Juniper

📋 copy color: '#789599'

red 120 ◦ green 149 ◦ blue 153

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

Shades of Juniper #789599

Tints of Juniper #789599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 28.44%
G = 35.31%
B = 36.26%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#789599 (or 0x789599) is known color: Juniper. HEX triplet: 78, 95 and 99. RGB value is (120,149,153). Sum of RGB (Red+Green+Blue) = 120+149+153=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #789599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789599 is #876A66. Grayscale: #8C8C8C. Windows color (decimal): -8874599 or 10065272. OLE color: 10065272.

HSL color Cylindrical-coordinate representation of color #789599: hue angle of 187.27º 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 #789599 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 149 153 -
CMYK 0.22 0.03 0 0.4
HSL 187.27º 0.14% 0.54% -
HSV(B) 187.27º 0.22% 0.6% -
XYZ 24.24 27.79 34.22 -
YUV 140.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 120 149 153 0.22 0.03 0 0.4 187.27 0.14 0.54
Hex 78 95 99 16 3 0 28 BB E 36
Octal 170 225 231 26 3 0 50 273 16 66
Binary 1111000 10010101 10011001 10110 11 0 101000 10111011 1110 110110

Color Harmonies of #789599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789599

Black with #789599

Text Example


Text Example

White with #789599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789599; }

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

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

background-color css

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

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

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

border-color css

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

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

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