Html Css Color HEX #799492 Juniper

📋 copy color: '#799492'

red 121 ◦ green 148 ◦ blue 146

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

Shades of Juniper #799492

Tints of Juniper #799492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 29.16%
G = 35.66%
B = 35.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#799492 (or 0x799492) is known color: Juniper. HEX triplet: 79, 94 and 92. RGB value is (121,148,146). Sum of RGB (Red+Green+Blue) = 121+148+146=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #799492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799492 is #866B6D. Grayscale: #8B8B8B. Windows color (decimal): -8809326 or 9606265. OLE color: 9606265.

HSL color Cylindrical-coordinate representation of color #799492: hue angle of 175.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799492 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 146 -
CMYK 0.18 0 0.01 0.42
HSL 175.56º 0.11% 0.53% -
HSV(B) 175.56º 0.18% 0.58% -
XYZ 23.66 27.32 31.22 -
YUV 139.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 121 148 146 0.18 0 0.01 0.42 175.56 0.11 0.53
Hex 79 94 92 12 0 1 2A B0 B 35
Octal 171 224 222 22 0 1 52 260 13 65
Binary 1111001 10010100 10010010 10010 0 1 101010 10110000 1011 110101

Color Harmonies of #799492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799492

Black with #799492

Text Example


Text Example

White with #799492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799492; }

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

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

background-color css

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

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

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

border-color css

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

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

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