Html Css Color HEX #799A95 Juniper

📋 copy color: '#799A95'

red 121 ◦ green 154 ◦ blue 149

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

Shades of Juniper #799A95

Tints of Juniper #799A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

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

R = 28.54%
G = 36.32%
B = 35.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#799A95 (or 0x799A95) is known color: Juniper. HEX triplet: 79, 9A and 95. RGB value is (121,154,149). Sum of RGB (Red+Green+Blue) = 121+154+149=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #799A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799A95 is #86656A. Grayscale: #8F8F8F. Windows color (decimal): -8807787 or 9804409. OLE color: 9804409.

HSL color Cylindrical-coordinate representation of color #799A95: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799A95 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 154 149 -
CMYK 0.21 0 0.03 0.40
HSL 170.91º 0.14% 0.54% -
HSV(B) 170.91º 0.21% 0.6% -
XYZ 24.87 29.35 32.79 -
YUV 143.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 121 154 149 0.21 0 0.03 0.40 170.91 0.14 0.54
Hex 79 9A 95 15 0 3 28 AB E 36
Octal 171 232 225 25 0 3 50 253 16 66
Binary 1111001 10011010 10010101 10101 0 11 101000 10101011 1110 110110

Color Harmonies of #799A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799A95

Black with #799A95

Text Example


Text Example

White with #799A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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