Html Css Color HEX #799995 Juniper

📋 copy color: '#799995'

red 121 ◦ green 153 ◦ blue 149

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

Shades of Juniper #799995

Tints of Juniper #799995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 28.61%
G = 36.17%
B = 35.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#799995 (or 0x799995) is known color: Juniper. HEX triplet: 79, 99 and 95. RGB value is (121,153,149). Sum of RGB (Red+Green+Blue) = 121+153+149=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #799995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799995 is #86666A. Grayscale: #8E8E8E. Windows color (decimal): -8808043 or 9804153. OLE color: 9804153.

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

Color convert

RGB 121 153 149 -
CMYK 0.21 0 0.03 0.4
HSL 172.5º 0.14% 0.54% -
HSV(B) 172.5º 0.21% 0.6% -
XYZ 24.7 29.02 32.73 -
YUV 142.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 121 153 149 0.21 0 0.03 0.4 172.5 0.14 0.54
Hex 79 99 95 15 0 3 28 AC E 36
Octal 171 231 225 25 0 3 50 254 16 66
Binary 1111001 10011001 10010101 10101 0 11 101000 10101100 1110 110110

Color Harmonies of #799995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799995

Black with #799995

Text Example


Text Example

White with #799995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799995; }

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

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

background-color css

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

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

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

border-color css

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

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

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