Html Css Color HEX #799290 Juniper

📋 copy color: '#799290'

red 121 ◦ green 146 ◦ blue 144

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

Shades of Juniper #799290

Tints of Juniper #799290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

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

R = 29.44%
G = 35.52%
B = 35.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#799290 (or 0x799290) is known color: Juniper. HEX triplet: 79, 92 and 90. RGB value is (121,146,144). Sum of RGB (Red+Green+Blue) = 121+146+144=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #799290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799290 is #866D6F. Grayscale: #8A8A8A. Windows color (decimal): -8809840 or 9474681. OLE color: 9474681.

HSL color Cylindrical-coordinate representation of color #799290: hue angle of 175.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799290 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 144 -
CMYK 0.17 0 0.01 0.43
HSL 175.2º 0.1% 0.52% -
HSV(B) 175.2º 0.17% 0.57% -
XYZ 23.2 26.64 30.3 -
YUV 138.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 121 146 144 0.17 0 0.01 0.43 175.2 0.1 0.52
Hex 79 92 90 11 0 1 2B AF A 34
Octal 171 222 220 21 0 1 53 257 12 64
Binary 1111001 10010010 10010000 10001 0 1 101011 10101111 1010 110100

Color Harmonies of #799290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799290

Black with #799290

Text Example


Text Example

White with #799290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799290; }

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

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

background-color css

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

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

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

border-color css

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

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

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