Html Css Color HEX #789590 Juniper

📋 copy color: '#789590'

red 120 ◦ green 149 ◦ blue 144

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

Shades of Juniper #789590

Tints of Juniper #789590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 29.06%
G = 36.08%
B = 34.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#789590 (or 0x789590) is known color: Juniper. HEX triplet: 78, 95 and 90. RGB value is (120,149,144). Sum of RGB (Red+Green+Blue) = 120+149+144=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #789590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789590 is #876A6F. Grayscale: #8B8B8B. Windows color (decimal): -8874608 or 9475448. OLE color: 9475448.

HSL color Cylindrical-coordinate representation of color #789590: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789590 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 144 -
CMYK 0.19 0 0.03 0.42
HSL 169.66º 0.12% 0.53% -
HSV(B) 169.66º 0.19% 0.58% -
XYZ 23.53 27.5 30.45 -
YUV 139.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 120 149 144 0.19 0 0.03 0.42 169.66 0.12 0.53
Hex 78 95 90 13 0 3 2A AA C 35
Octal 170 225 220 23 0 3 52 252 14 65
Binary 1111000 10010101 10010000 10011 0 11 101010 10101010 1100 110101

Color Harmonies of #789590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789590

Black with #789590

Text Example


Text Example

White with #789590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789590; }

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

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

background-color css

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

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

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

border-color css

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

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

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