Html Css Color HEX #799490 Juniper

📋 copy color: '#799490'

red 121 ◦ green 148 ◦ blue 144

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

Shades of Juniper #799490

Tints of Juniper #799490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 29.3%
G = 35.84%
B = 34.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#799490 (or 0x799490) is known color: Juniper. HEX triplet: 79, 94 and 90. RGB value is (121,148,144). Sum of RGB (Red+Green+Blue) = 121+148+144=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #799490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799490 is #866B6F. Grayscale: #8B8B8B. Windows color (decimal): -8809328 or 9475193. OLE color: 9475193.

HSL color Cylindrical-coordinate representation of color #799490: hue angle of 171.11º 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 #799490 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 144 -
CMYK 0.18 0 0.03 0.42
HSL 171.11º 0.11% 0.53% -
HSV(B) 171.11º 0.18% 0.58% -
XYZ 23.51 27.26 30.41 -
YUV 139.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 121 148 144 0.18 0 0.03 0.42 171.11 0.11 0.53
Hex 79 94 90 12 0 3 2A AB B 35
Octal 171 224 220 22 0 3 52 253 13 65
Binary 1111001 10010100 10010000 10010 0 11 101010 10101011 1011 110101

Color Harmonies of #799490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799490

Black with #799490

Text Example


Text Example

White with #799490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799490; }

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

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

background-color css

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

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

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

border-color css

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

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

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