Html Css Color HEX #769986 Granny Smith

📋 copy color: '#769986'

red 118 ◦ green 153 ◦ blue 134

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

Shades of Granny Smith #769986

Tints of Granny Smith #769986

RGB

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

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

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

R = 29.14%
G = 37.78%
B = 33.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#769986 (or 0x769986) is known color: Granny Smith. HEX triplet: 76, 99 and 86. RGB value is (118,153,134). Sum of RGB (Red+Green+Blue) = 118+153+134=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #769986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769986 is #896679. Grayscale: #8C8C8C. Windows color (decimal): -9004666 or 8821110. OLE color: 8821110.

HSL color Cylindrical-coordinate representation of color #769986: hue angle of 147.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769986 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 134 -
CMYK 0.23 0 0.12 0.4
HSL 147.43º 0.15% 0.53% -
HSV(B) 147.43º 0.23% 0.6% -
XYZ 23.17 28.36 26.81 -
YUV 140.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 118 153 134 0.23 0 0.12 0.4 147.43 0.15 0.53
Hex 76 99 86 17 0 C 28 93 F 35
Octal 166 231 206 27 0 14 50 223 17 65
Binary 1110110 10011001 10000110 10111 0 1100 101000 10010011 1111 110101

Color Harmonies of #769986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769986

Black with #769986

Text Example


Text Example

White with #769986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769986; }

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

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

background-color css

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

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

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

border-color css

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

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

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