Html Css Color HEX #799F9A Juniper

📋 copy color: '#799F9A'

red 121 ◦ green 159 ◦ blue 154

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

Shades of Juniper #799F9A

Tints of Juniper #799F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 27.88%
G = 36.64%
B = 35.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#799F9A (or 0x799F9A) is known color: Juniper. HEX triplet: 79, 9F and 9A. RGB value is (121,159,154). Sum of RGB (Red+Green+Blue) = 121+159+154=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #799F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F9A is #866065. Grayscale: #939393. Windows color (decimal): -8806502 or 10133369. OLE color: 10133369.

HSL color Cylindrical-coordinate representation of color #799F9A: hue angle of 172.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F9A is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 159 154 -
CMYK 0.24 0 0.03 0.38
HSL 172.11º 0.17% 0.55% -
HSV(B) 172.11º 0.24% 0.62% -
XYZ 26.12 31.19 35.22 -
YUV 147.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 121 159 154 0.24 0 0.03 0.38 172.11 0.17 0.55
Hex 79 9F 9A 18 0 3 26 AC 11 37
Octal 171 237 232 30 0 3 46 254 21 67
Binary 1111001 10011111 10011010 11000 0 11 100110 10101100 10001 110111

Color Harmonies of #799F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799F9A

Black with #799F9A

Text Example


Text Example

White with #799F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799F9A; }

 p { color: rgb(121,159,154); }

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

background-color css

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

 a { background-color: rgb(121,159,154); }

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

border-color css

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

 span { border-color: rgb(121,159,154); }

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