Html Css Color HEX #799698 Juniper

📋 copy color: '#799698'

red 121 ◦ green 150 ◦ blue 152

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

Shades of Juniper #799698

Tints of Juniper #799698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 28.61%
G = 35.46%
B = 35.93%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#799698 (or 0x799698) is known color: Juniper. HEX triplet: 79, 96 and 98. RGB value is (121,150,152). Sum of RGB (Red+Green+Blue) = 121+150+152=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #799698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799698 is #866967. Grayscale: #8D8D8D. Windows color (decimal): -8808808 or 9999993. OLE color: 9999993.

HSL color Cylindrical-coordinate representation of color #799698: hue angle of 183.87º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799698 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 150 152 -
CMYK 0.20 0.01 0 0.40
HSL 183.87º 0.13% 0.54% -
HSV(B) 183.87º 0.2% 0.6% -
XYZ 24.46 28.14 33.85 -
YUV 141.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 121 150 152 0.20 0.01 0 0.40 183.87 0.13 0.54
Hex 79 96 98 14 1 0 28 B8 D 36
Octal 171 226 230 24 1 0 50 270 15 66
Binary 1111001 10010110 10011000 10100 1 0 101000 10111000 1101 110110

Color Harmonies of #799698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799698

Black with #799698

Text Example


Text Example

White with #799698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799698; }

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

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

background-color css

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

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

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

border-color css

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

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

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