Html Css Color HEX #799591 Juniper

📋 copy color: '#799591'

red 121 ◦ green 149 ◦ blue 145

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

Shades of Juniper #799591

Tints of Juniper #799591

RGB

 RED value IS 121 (47.66% from 255) = 29.16%

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

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 29.16%
G = 35.9%
B = 34.94%

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

#799591 (or 0x799591) is known color: Juniper. HEX triplet: 79, 95 and 91. RGB value is (121,149,145). Sum of RGB (Red+Green+Blue) = 121+149+145=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #799591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799591 is #866A6E. Grayscale: #8C8C8C. Windows color (decimal): -8809071 or 9540985. OLE color: 9540985.

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

Color convert

RGB 121 149 145 -
CMYK 0.19 0 0.03 0.42
HSL 171.43º 0.12% 0.53% -
HSV(B) 171.43º 0.19% 0.58% -
XYZ 23.74 27.6 30.86 -
YUV 140.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 121 149 145 0.19 0 0.03 0.42 171.43 0.12 0.53
Hex 79 95 91 13 0 3 2A AB C 35
Octal 171 225 221 23 0 3 52 253 14 65
Binary 1111001 10010101 10010001 10011 0 11 101010 10101011 1100 110101

Color Harmonies of #799591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799591

Black with #799591

Text Example


Text Example

White with #799591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799591; }

 p { color: rgb(121,149,145); }

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

background-color css

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

 a { background-color: rgb(121,149,145); }

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

border-color css

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

 span { border-color: rgb(121,149,145); }

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