Html Css Color HEX #799295 Juniper

📋 copy color: '#799295'

red 121 ◦ green 146 ◦ blue 149

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

Shades of Juniper #799295

Tints of Juniper #799295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 29.09%
G = 35.1%
B = 35.82%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#799295 (or 0x799295) is known color: Juniper. HEX triplet: 79, 92 and 95. RGB value is (121,146,149). Sum of RGB (Red+Green+Blue) = 121+146+149=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #799295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799295 is #866D6A. Grayscale: #8A8A8A. Windows color (decimal): -8809835 or 9802361. OLE color: 9802361.

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

Color convert

RGB 121 146 149 -
CMYK 0.19 0.02 0 0.42
HSL 186.43º 0.12% 0.53% -
HSV(B) 186.43º 0.19% 0.58% -
XYZ 23.59 26.79 32.36 -
YUV 138.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 121 146 149 0.19 0.02 0 0.42 186.43 0.12 0.53
Hex 79 92 95 13 2 0 2A BA C 35
Octal 171 222 225 23 2 0 52 272 14 65
Binary 1111001 10010010 10010101 10011 10 0 101010 10111010 1100 110101

Color Harmonies of #799295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799295

Black with #799295

Text Example


Text Example

White with #799295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799295; }

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

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

background-color css

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

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

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

border-color css

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

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

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