Html Css Color HEX #769C91 Granny Smith

📋 copy color: '#769C91'

red 118 ◦ green 156 ◦ blue 145

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

Shades of Granny Smith #769C91

Tints of Granny Smith #769C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

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

R = 28.16%
G = 37.23%
B = 34.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#769C91 (or 0x769C91) is known color: Granny Smith. HEX triplet: 76, 9C and 91. RGB value is (118,156,145). Sum of RGB (Red+Green+Blue) = 118+156+145=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #769C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C91 is #89636E. Grayscale: #8F8F8F. Windows color (decimal): -9003887 or 9542774. OLE color: 9542774.

HSL color Cylindrical-coordinate representation of color #769C91: hue angle of 162.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C91 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 145 -
CMYK 0.24 0 0.07 0.39
HSL 162.63º 0.16% 0.54% -
HSV(B) 162.63º 0.24% 0.61% -
XYZ 24.47 29.67 31.23 -
YUV 143.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 118 156 145 0.24 0 0.07 0.39 162.63 0.16 0.54
Hex 76 9C 91 18 0 7 27 A3 10 36
Octal 166 234 221 30 0 7 47 243 20 66
Binary 1110110 10011100 10010001 11000 0 111 100111 10100011 10000 110110

Color Harmonies of #769C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C91

Black with #769C91

Text Example


Text Example

White with #769C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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