Html Css Color HEX #799391 Juniper

📋 copy color: '#799391'

red 121 ◦ green 147 ◦ blue 145

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

Shades of Juniper #799391

Tints of Juniper #799391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 29.3%
G = 35.59%
B = 35.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#799391 (or 0x799391) is known color: Juniper. HEX triplet: 79, 93 and 91. RGB value is (121,147,145). Sum of RGB (Red+Green+Blue) = 121+147+145=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #799391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799391 is #866C6E. Grayscale: #8A8A8A. Windows color (decimal): -8809583 or 9540473. OLE color: 9540473.

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

Color convert

RGB 121 147 145 -
CMYK 0.18 0 0.01 0.42
HSL 175.38º 0.11% 0.53% -
HSV(B) 175.38º 0.18% 0.58% -
XYZ 23.43 26.98 30.76 -
YUV 139 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 121 147 145 0.18 0 0.01 0.42 175.38 0.11 0.53
Hex 79 93 91 12 0 1 2A AF B 35
Octal 171 223 221 22 0 1 52 257 13 65
Binary 1111001 10010011 10010001 10010 0 1 101010 10101111 1011 110101

Color Harmonies of #799391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799391

Black with #799391

Text Example


Text Example

White with #799391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799391; }

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

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

background-color css

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

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

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

border-color css

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

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

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