Html Css Color HEX #799993 Juniper

📋 copy color: '#799993'

red 121 ◦ green 153 ◦ blue 147

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

Shades of Juniper #799993

Tints of Juniper #799993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 28.74%
G = 36.34%
B = 34.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#799993 (or 0x799993) is known color: Juniper. HEX triplet: 79, 99 and 93. RGB value is (121,153,147). Sum of RGB (Red+Green+Blue) = 121+153+147=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #799993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799993 is #86666C. Grayscale: #8E8E8E. Windows color (decimal): -8808045 or 9673081. OLE color: 9673081.

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

Color convert

RGB 121 153 147 -
CMYK 0.21 0 0.04 0.4
HSL 168.75º 0.14% 0.54% -
HSV(B) 168.75º 0.21% 0.6% -
XYZ 24.54 28.95 31.9 -
YUV 142.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 121 153 147 0.21 0 0.04 0.4 168.75 0.14 0.54
Hex 79 99 93 15 0 4 28 A9 E 36
Octal 171 231 223 25 0 4 50 251 16 66
Binary 1111001 10011001 10010011 10101 0 100 101000 10101001 1110 110110

Color Harmonies of #799993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799993

Black with #799993

Text Example


Text Example

White with #799993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799993; }

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

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

background-color css

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

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

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

border-color css

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

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

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