Html Css Color HEX #799F98 Juniper

📋 copy color: '#799F98'

red 121 ◦ green 159 ◦ blue 152

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

Shades of Juniper #799F98

Tints of Juniper #799F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 28.01%
G = 36.81%
B = 35.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#799F98 (or 0x799F98) is known color: Juniper. HEX triplet: 79, 9F and 98. RGB value is (121,159,152). Sum of RGB (Red+Green+Blue) = 121+159+152=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #799F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F98 is #866067. Grayscale: #929292. Windows color (decimal): -8806504 or 10002297. OLE color: 10002297.

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

Color convert

RGB 121 159 152 -
CMYK 0.24 0 0.04 0.38
HSL 168.95º 0.17% 0.55% -
HSV(B) 168.95º 0.24% 0.62% -
XYZ 25.95 31.13 34.35 -
YUV 146.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 121 159 152 0.24 0 0.04 0.38 168.95 0.17 0.55
Hex 79 9F 98 18 0 4 26 A9 11 37
Octal 171 237 230 30 0 4 46 251 21 67
Binary 1111001 10011111 10011000 11000 0 100 100110 10101001 10001 110111

Color Harmonies of #799F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799F98

Black with #799F98

Text Example


Text Example

White with #799F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,159,152); }

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

background-color css

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

 a { background-color: rgb(121,159,152); }

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

border-color css

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

 span { border-color: rgb(121,159,152); }

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