Html Css Color HEX #799895 Juniper

📋 copy color: '#799895'

red 121 ◦ green 152 ◦ blue 149

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

Shades of Juniper #799895

Tints of Juniper #799895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 28.67%
G = 36.02%
B = 35.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#799895 (or 0x799895) is known color: Juniper. HEX triplet: 79, 98 and 95. RGB value is (121,152,149). Sum of RGB (Red+Green+Blue) = 121+152+149=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #799895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799895 is #86676A. Grayscale: #8E8E8E. Windows color (decimal): -8808299 or 9803897. OLE color: 9803897.

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

Color convert

RGB 121 152 149 -
CMYK 0.20 0 0.02 0.40
HSL 174.19º 0.13% 0.54% -
HSV(B) 174.19º 0.2% 0.6% -
XYZ 24.54 28.69 32.68 -
YUV 142.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 121 152 149 0.20 0 0.02 0.40 174.19 0.13 0.54
Hex 79 98 95 14 0 2 28 AE D 36
Octal 171 230 225 24 0 2 50 256 15 66
Binary 1111001 10011000 10010101 10100 0 10 101000 10101110 1101 110110

Color Harmonies of #799895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799895

Black with #799895

Text Example


Text Example

White with #799895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799895; }

 p { color: rgb(121,152,149); }

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

background-color css

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

 a { background-color: rgb(121,152,149); }

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

border-color css

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

 span { border-color: rgb(121,152,149); }

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