Html Css Color HEX #799C96 Juniper

📋 copy color: '#799C96'

red 121 ◦ green 156 ◦ blue 150

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

Shades of Juniper #799C96

Tints of Juniper #799C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.53%

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

R = 28.34%
G = 36.53%
B = 35.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#799C96 (or 0x799C96) is known color: Juniper. HEX triplet: 79, 9C and 96. RGB value is (121,156,150). Sum of RGB (Red+Green+Blue) = 121+156+150=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #799C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C96 is #866369. Grayscale: #909090. Windows color (decimal): -8807274 or 9870457. OLE color: 9870457.

HSL color Cylindrical-coordinate representation of color #799C96: hue angle of 169.71º 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 #799C96 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 150 -
CMYK 0.22 0 0.04 0.39
HSL 169.71º 0.15% 0.54% -
HSV(B) 169.71º 0.22% 0.61% -
XYZ 25.28 30.04 33.32 -
YUV 144.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 121 156 150 0.22 0 0.04 0.39 169.71 0.15 0.54
Hex 79 9C 96 16 0 4 27 AA F 36
Octal 171 234 226 26 0 4 47 252 17 66
Binary 1111001 10011100 10010110 10110 0 100 100111 10101010 1111 110110

Color Harmonies of #799C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C96

Black with #799C96

Text Example


Text Example

White with #799C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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