Html Css Color HEX #799595 Juniper

📋 copy color: '#799595'

red 121 ◦ green 149 ◦ blue 149

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

Shades of Juniper #799595

Tints of Juniper #799595

RGB

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

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

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

R = 28.88%
G = 35.56%
B = 35.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#799595 (or 0x799595) is known color: Juniper. HEX triplet: 79, 95 and 95. RGB value is (121,149,149). Sum of RGB (Red+Green+Blue) = 121+149+149=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #799595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799595 is #866A6A. Grayscale: #8C8C8C. Windows color (decimal): -8809067 or 9803129. OLE color: 9803129.

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

Color convert

RGB 121 149 149 -
CMYK 0.19 0 0 0.42
HSL 180º 0.12% 0.53% -
HSV(B) 180º 0.19% 0.58% -
XYZ 24.06 27.73 32.52 -
YUV 140.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 121 149 149 0.19 0 0 0.42 180 0.12 0.53
Hex 79 95 95 13 0 0 2A B4 C 35
Octal 171 225 225 23 0 0 52 264 14 65
Binary 1111001 10010101 10010101 10011 0 0 101010 10110100 1100 110101

Color Harmonies of #799595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799595

Black with #799595

Text Example


Text Example

White with #799595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799595; }

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

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

background-color css

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

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

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

border-color css

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

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

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