Html Css Color HEX #799996 Juniper

📋 copy color: '#799996'

red 121 ◦ green 153 ◦ blue 150

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

Shades of Juniper #799996

Tints of Juniper #799996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 28.54%
G = 36.08%
B = 35.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#799996 (or 0x799996) is known color: Juniper. HEX triplet: 79, 99 and 96. RGB value is (121,153,150). Sum of RGB (Red+Green+Blue) = 121+153+150=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #799996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799996 is #866669. Grayscale: #8F8F8F. Windows color (decimal): -8808042 or 9869689. OLE color: 9869689.

HSL color Cylindrical-coordinate representation of color #799996: hue angle of 174.38º 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 #799996 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 150 -
CMYK 0.21 0 0.02 0.4
HSL 174.38º 0.14% 0.54% -
HSV(B) 174.38º 0.21% 0.6% -
XYZ 24.78 29.05 33.16 -
YUV 143.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 121 153 150 0.21 0 0.02 0.4 174.38 0.14 0.54
Hex 79 99 96 15 0 2 28 AE E 36
Octal 171 231 226 25 0 2 50 256 16 66
Binary 1111001 10011001 10010110 10101 0 10 101000 10101110 1110 110110

Color Harmonies of #799996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799996

Black with #799996

Text Example


Text Example

White with #799996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799996; }

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

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

background-color css

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

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

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

border-color css

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

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

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