Html Css Color HEX #799E9B Juniper

📋 copy color: '#799E9B'

red 121 ◦ green 158 ◦ blue 155

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

Shades of Juniper #799E9B

Tints of Juniper #799E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 27.88%
G = 36.41%
B = 35.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#799E9B (or 0x799E9B) is known color: Juniper. HEX triplet: 79, 9E and 9B. RGB value is (121,158,155). Sum of RGB (Red+Green+Blue) = 121+158+155=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #799E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E9B is #866164. Grayscale: #929292. Windows color (decimal): -8806757 or 10198649. OLE color: 10198649.

HSL color Cylindrical-coordinate representation of color #799E9B: hue angle of 175.14º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E9B is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 158 155 -
CMYK 0.23 0 0.02 0.38
HSL 175.14º 0.16% 0.55% -
HSV(B) 175.14º 0.23% 0.62% -
XYZ 26.03 30.89 35.6 -
YUV 146.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 121 158 155 0.23 0 0.02 0.38 175.14 0.16 0.55
Hex 79 9E 9B 17 0 2 26 AF 10 37
Octal 171 236 233 27 0 2 46 257 20 67
Binary 1111001 10011110 10011011 10111 0 10 100110 10101111 10000 110111

Color Harmonies of #799E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799E9B

Black with #799E9B

Text Example


Text Example

White with #799E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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