Html Css Color HEX #769D94 Granny Smith

📋 copy color: '#769D94'

red 118 ◦ green 157 ◦ blue 148

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

Shades of Granny Smith #769D94

Tints of Granny Smith #769D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 27.9%
G = 37.12%
B = 34.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#769D94 (or 0x769D94) is known color: Granny Smith. HEX triplet: 76, 9D and 94. RGB value is (118,157,148). Sum of RGB (Red+Green+Blue) = 118+157+148=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #769D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D94 is #89626B. Grayscale: #909090. Windows color (decimal): -9003628 or 9739638. OLE color: 9739638.

HSL color Cylindrical-coordinate representation of color #769D94: hue angle of 166.15º 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 #769D94 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 148 -
CMYK 0.25 0 0.06 0.38
HSL 166.15º 0.17% 0.54% -
HSV(B) 166.15º 0.25% 0.62% -
XYZ 24.87 30.1 32.52 -
YUV 144.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 118 157 148 0.25 0 0.06 0.38 166.15 0.17 0.54
Hex 76 9D 94 19 0 6 26 A6 11 36
Octal 166 235 224 31 0 6 46 246 21 66
Binary 1110110 10011101 10010100 11001 0 110 100110 10100110 10001 110110

Color Harmonies of #769D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D94

Black with #769D94

Text Example


Text Example

White with #769D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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