Html Css Color HEX #799994 Juniper

📋 copy color: '#799994'

red 121 ◦ green 153 ◦ blue 148

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

Shades of Juniper #799994

Tints of Juniper #799994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 28.67%
G = 36.26%
B = 35.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#799994 (or 0x799994) is known color: Juniper. HEX triplet: 79, 99 and 94. RGB value is (121,153,148). Sum of RGB (Red+Green+Blue) = 121+153+148=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #799994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799994 is #86666B. Grayscale: #8E8E8E. Windows color (decimal): -8808044 or 9738617. OLE color: 9738617.

HSL color Cylindrical-coordinate representation of color #799994: hue angle of 170.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799994 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 148 -
CMYK 0.21 0 0.03 0.4
HSL 170.63º 0.14% 0.54% -
HSV(B) 170.63º 0.21% 0.6% -
XYZ 24.62 28.99 32.31 -
YUV 142.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 121 153 148 0.21 0 0.03 0.4 170.63 0.14 0.54
Hex 79 99 94 15 0 3 28 AB E 36
Octal 171 231 224 25 0 3 50 253 16 66
Binary 1111001 10011001 10010100 10101 0 11 101000 10101011 1110 110110

Color Harmonies of #799994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799994

Black with #799994

Text Example


Text Example

White with #799994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799994; }

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

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

background-color css

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

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

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

border-color css

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

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

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