Html Css Color HEX #799E97 Juniper

📋 copy color: '#799E97'

red 121 ◦ green 158 ◦ blue 151

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

Shades of Juniper #799E97

Tints of Juniper #799E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 28.14%
G = 36.74%
B = 35.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#799E97 (or 0x799E97) is known color: Juniper. HEX triplet: 79, 9E and 97. RGB value is (121,158,151). Sum of RGB (Red+Green+Blue) = 121+158+151=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #799E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E97 is #866168. Grayscale: #929292. Windows color (decimal): -8806761 or 9936505. OLE color: 9936505.

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

Color convert

RGB 121 158 151 -
CMYK 0.23 0 0.04 0.38
HSL 168.65º 0.16% 0.55% -
HSV(B) 168.65º 0.23% 0.62% -
XYZ 25.7 30.75 33.86 -
YUV 146.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 121 158 151 0.23 0 0.04 0.38 168.65 0.16 0.55
Hex 79 9E 97 17 0 4 26 A9 10 37
Octal 171 236 227 27 0 4 46 251 20 67
Binary 1111001 10011110 10010111 10111 0 100 100110 10101001 10000 110111

Color Harmonies of #799E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799E97

Black with #799E97

Text Example


Text Example

White with #799E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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