Html Css Color HEX #769989 Granny Smith

📋 copy color: '#769989'

red 118 ◦ green 153 ◦ blue 137

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

Shades of Granny Smith #769989

Tints of Granny Smith #769989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 28.92%
G = 37.5%
B = 33.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#769989 (or 0x769989) is known color: Granny Smith. HEX triplet: 76, 99 and 89. RGB value is (118,153,137). Sum of RGB (Red+Green+Blue) = 118+153+137=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #769989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769989 is #896676. Grayscale: #8C8C8C. Windows color (decimal): -9004663 or 9017718. OLE color: 9017718.

HSL color Cylindrical-coordinate representation of color #769989: hue angle of 152.57º 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 #769989 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 137 -
CMYK 0.23 0 0.10 0.4
HSL 152.57º 0.15% 0.53% -
HSV(B) 152.57º 0.23% 0.6% -
XYZ 23.38 28.44 27.92 -
YUV 140.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 118 153 137 0.23 0 0.10 0.4 152.57 0.15 0.53
Hex 76 99 89 17 0 A 28 99 F 35
Octal 166 231 211 27 0 12 50 231 17 65
Binary 1110110 10011001 10001001 10111 0 1010 101000 10011001 1111 110101

Color Harmonies of #769989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769989

Black with #769989

Text Example


Text Example

White with #769989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769989; }

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

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

background-color css

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

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

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

border-color css

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

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

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