Html Css Color HEX #799386 Granny Smith

📋 copy color: '#799386'

red 121 ◦ green 147 ◦ blue 134

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

Shades of Granny Smith #799386

Tints of Granny Smith #799386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 30.1%
G = 36.57%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#799386 (or 0x799386) is known color: Granny Smith. HEX triplet: 79, 93 and 86. RGB value is (121,147,134). Sum of RGB (Red+Green+Blue) = 121+147+134=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #799386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799386 is #866C79. Grayscale: #898989. Windows color (decimal): -8809594 or 8819577. OLE color: 8819577.

HSL color Cylindrical-coordinate representation of color #799386: hue angle of 150º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799386 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 134 -
CMYK 0.18 0 0.09 0.42
HSL 150º 0.11% 0.53% -
HSV(B) 150º 0.18% 0.58% -
XYZ 22.62 26.65 26.51 -
YUV 137.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 121 147 134 0.18 0 0.09 0.42 150 0.11 0.53
Hex 79 93 86 12 0 9 2A 96 B 35
Octal 171 223 206 22 0 11 52 226 13 65
Binary 1111001 10010011 10000110 10010 0 1001 101010 10010110 1011 110101

Color Harmonies of #799386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799386

Black with #799386

Text Example


Text Example

White with #799386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799386; }

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

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

background-color css

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

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

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

border-color css

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

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

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