Html Css Color HEX #799B96 Juniper

📋 copy color: '#799B96'

red 121 ◦ green 155 ◦ blue 150

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

Shades of Juniper #799B96

Tints of Juniper #799B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 28.4%
G = 36.38%
B = 35.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#799B96 (or 0x799B96) is known color: Juniper. HEX triplet: 79, 9B and 96. RGB value is (121,155,150). Sum of RGB (Red+Green+Blue) = 121+155+150=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #799B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B96 is #866469. Grayscale: #909090. Windows color (decimal): -8807530 or 9870201. OLE color: 9870201.

HSL color Cylindrical-coordinate representation of color #799B96: hue angle of 171.18º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799B96 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 150 -
CMYK 0.22 0 0.03 0.39
HSL 171.18º 0.15% 0.54% -
HSV(B) 171.18º 0.22% 0.61% -
XYZ 25.11 29.71 33.27 -
YUV 144.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 121 155 150 0.22 0 0.03 0.39 171.18 0.15 0.54
Hex 79 9B 96 16 0 3 27 AB F 36
Octal 171 233 226 26 0 3 47 253 17 66
Binary 1111001 10011011 10010110 10110 0 11 100111 10101011 1111 110110

Color Harmonies of #799B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B96

Black with #799B96

Text Example


Text Example

White with #799B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,155,150); }

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

background-color css

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

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

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

border-color css

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

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

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