Html Css Color HEX #769D90 Granny Smith

📋 copy color: '#769D90'

red 118 ◦ green 157 ◦ blue 144

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

Shades of Granny Smith #769D90

Tints of Granny Smith #769D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 28.16%
G = 37.47%
B = 34.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#769D90 (or 0x769D90) is known color: Granny Smith. HEX triplet: 76, 9D and 90. RGB value is (118,157,144). Sum of RGB (Red+Green+Blue) = 118+157+144=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #769D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D90 is #89626F. Grayscale: #8F8F8F. Windows color (decimal): -9003632 or 9477494. OLE color: 9477494.

HSL color Cylindrical-coordinate representation of color #769D90: hue angle of 160º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D90 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 144 -
CMYK 0.25 0 0.08 0.38
HSL 160º 0.17% 0.54% -
HSV(B) 160º 0.25% 0.62% -
XYZ 24.56 29.98 30.88 -
YUV 143.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 118 157 144 0.25 0 0.08 0.38 160 0.17 0.54
Hex 76 9D 90 19 0 8 26 A0 11 36
Octal 166 235 220 31 0 10 46 240 21 66
Binary 1110110 10011101 10010000 11001 0 1000 100110 10100000 10001 110110

Color Harmonies of #769D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D90

Black with #769D90

Text Example


Text Example

White with #769D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,157,144); }

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

background-color css

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

 a { background-color: rgb(118,157,144); }

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

border-color css

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

 span { border-color: rgb(118,157,144); }

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