Html Css Color HEX #799497 Juniper

📋 copy color: '#799497'

red 121 ◦ green 148 ◦ blue 151

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

Shades of Juniper #799497

Tints of Juniper #799497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 28.81%
G = 35.24%
B = 35.95%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#799497 (or 0x799497) is known color: Juniper. HEX triplet: 79, 94 and 97. RGB value is (121,148,151). Sum of RGB (Red+Green+Blue) = 121+148+151=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #799497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799497 is #866B68. Grayscale: #8C8C8C. Windows color (decimal): -8809321 or 9933945. OLE color: 9933945.

HSL color Cylindrical-coordinate representation of color #799497: hue angle of 186º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799497 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 148 151 -
CMYK 0.20 0.02 0 0.41
HSL 186º 0.13% 0.53% -
HSV(B) 186º 0.2% 0.59% -
XYZ 24.06 27.48 33.31 -
YUV 140.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 121 148 151 0.20 0.02 0 0.41 186 0.13 0.53
Hex 79 94 97 14 2 0 29 BA D 35
Octal 171 224 227 24 2 0 51 272 15 65
Binary 1111001 10010100 10010111 10100 10 0 101001 10111010 1101 110101

Color Harmonies of #799497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799497

Black with #799497

Text Example


Text Example

White with #799497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799497; }

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

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

background-color css

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

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

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

border-color css

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

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

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