Html Css Color HEX #769991 Granny Smith

📋 copy color: '#769991'

red 118 ◦ green 153 ◦ blue 145

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

Shades of Granny Smith #769991

Tints of Granny Smith #769991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 28.37%
G = 36.78%
B = 34.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#769991 (or 0x769991) is known color: Granny Smith. HEX triplet: 76, 99 and 91. RGB value is (118,153,145). Sum of RGB (Red+Green+Blue) = 118+153+145=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #769991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769991 is #89666E. Grayscale: #8D8D8D. Windows color (decimal): -9004655 or 9542006. OLE color: 9542006.

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

Color convert

RGB 118 153 145 -
CMYK 0.23 0 0.05 0.4
HSL 166.29º 0.15% 0.53% -
HSV(B) 166.29º 0.23% 0.6% -
XYZ 23.97 28.68 31.06 -
YUV 141.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 118 153 145 0.23 0 0.05 0.4 166.29 0.15 0.53
Hex 76 99 91 17 0 5 28 A6 F 35
Octal 166 231 221 27 0 5 50 246 17 65
Binary 1110110 10011001 10010001 10111 0 101 101000 10100110 1111 110101

Color Harmonies of #769991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769991

Black with #769991

Text Example


Text Example

White with #769991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769991; }

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

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

background-color css

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

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

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

border-color css

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

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

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