Html Css Color HEX #799693 Juniper

📋 copy color: '#799693'

red 121 ◦ green 150 ◦ blue 147

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

Shades of Juniper #799693

Tints of Juniper #799693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 28.95%
G = 35.89%
B = 35.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#799693 (or 0x799693) is known color: Juniper. HEX triplet: 79, 96 and 93. RGB value is (121,150,147). Sum of RGB (Red+Green+Blue) = 121+150+147=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #799693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799693 is #86696C. Grayscale: #8C8C8C. Windows color (decimal): -8808813 or 9672313. OLE color: 9672313.

HSL color Cylindrical-coordinate representation of color #799693: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799693 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 147 -
CMYK 0.19 0 0.02 0.41
HSL 173.79º 0.12% 0.53% -
HSV(B) 173.79º 0.19% 0.59% -
XYZ 24.06 27.98 31.74 -
YUV 140.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 121 150 147 0.19 0 0.02 0.41 173.79 0.12 0.53
Hex 79 96 93 13 0 2 29 AE C 35
Octal 171 226 223 23 0 2 51 256 14 65
Binary 1111001 10010110 10010011 10011 0 10 101001 10101110 1100 110101

Color Harmonies of #799693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799693

Black with #799693

Text Example


Text Example

White with #799693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799693; }

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

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

background-color css

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

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

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

border-color css

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

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

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