Html Css Color HEX #769586 Granny Smith

📋 copy color: '#769586'

red 118 ◦ green 149 ◦ blue 134

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

Shades of Granny Smith #769586

Tints of Granny Smith #769586

RGB

 RED value IS 118 (46.48% from 255) = 29.43%

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 29.43%
G = 37.16%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#769586 (or 0x769586) is known color: Granny Smith. HEX triplet: 76, 95 and 86. RGB value is (118,149,134). Sum of RGB (Red+Green+Blue) = 118+149+134=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #769586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769586 is #896A79. Grayscale: #8A8A8A. Windows color (decimal): -9005690 or 8820086. OLE color: 8820086.

HSL color Cylindrical-coordinate representation of color #769586: hue angle of 150.97º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769586 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 134 -
CMYK 0.21 0 0.10 0.42
HSL 150.97º 0.13% 0.52% -
HSV(B) 150.97º 0.21% 0.58% -
XYZ 22.52 27.07 26.59 -
YUV 138.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 118 149 134 0.21 0 0.10 0.42 150.97 0.13 0.52
Hex 76 95 86 15 0 A 2A 97 D 34
Octal 166 225 206 25 0 12 52 227 15 64
Binary 1110110 10010101 10000110 10101 0 1010 101010 10010111 1101 110100

Color Harmonies of #769586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769586

Black with #769586

Text Example


Text Example

White with #769586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769586; }

 p { color: rgb(118,149,134); }

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

background-color css

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

 a { background-color: rgb(118,149,134); }

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

border-color css

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

 span { border-color: rgb(118,149,134); }

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