Html Css Color HEX #799699 Juniper

📋 copy color: '#799699'

red 121 ◦ green 150 ◦ blue 153

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

Shades of Juniper #799699

Tints of Juniper #799699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 28.54%
G = 35.38%
B = 36.08%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#799699 (or 0x799699) is known color: Juniper. HEX triplet: 79, 96 and 99. RGB value is (121,150,153). Sum of RGB (Red+Green+Blue) = 121+150+153=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #799699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799699 is #866966. Grayscale: #8D8D8D. Windows color (decimal): -8808807 or 10065529. OLE color: 10065529.

HSL color Cylindrical-coordinate representation of color #799699: hue angle of 185.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799699 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 150 153 -
CMYK 0.21 0.02 0 0.4
HSL 185.63º 0.14% 0.54% -
HSV(B) 185.63º 0.21% 0.6% -
XYZ 24.54 28.18 34.28 -
YUV 141.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 121 150 153 0.21 0.02 0 0.4 185.63 0.14 0.54
Hex 79 96 99 15 2 0 28 BA E 36
Octal 171 226 231 25 2 0 50 272 16 66
Binary 1111001 10010110 10011001 10101 10 0 101000 10111010 1110 110110

Color Harmonies of #799699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799699

Black with #799699

Text Example


Text Example

White with #799699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799699; }

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

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

background-color css

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

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

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

border-color css

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

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

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