Html Css Color HEX #769E95 Granny Smith

📋 copy color: '#769E95'

red 118 ◦ green 158 ◦ blue 149

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

Shades of Granny Smith #769E95

Tints of Granny Smith #769E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 27.76%
G = 37.18%
B = 35.06%

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

#769E95 (or 0x769E95) is known color: Granny Smith. HEX triplet: 76, 9E and 95. RGB value is (118,158,149). Sum of RGB (Red+Green+Blue) = 118+158+149=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #769E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E95 is #89616A. Grayscale: #919191. Windows color (decimal): -9003371 or 9805430. OLE color: 9805430.

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

Color convert

RGB 118 158 149 -
CMYK 0.25 0 0.06 0.38
HSL 166.5º 0.17% 0.54% -
HSV(B) 166.5º 0.25% 0.62% -
XYZ 25.12 30.48 32.99 -
YUV 145.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 118 158 149 0.25 0 0.06 0.38 166.5 0.17 0.54
Hex 76 9E 95 19 0 6 26 A6 11 36
Octal 166 236 225 31 0 6 46 246 21 66
Binary 1110110 10011110 10010101 11001 0 110 100110 10100110 10001 110110

Color Harmonies of #769E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E95

Black with #769E95

Text Example


Text Example

White with #769E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,149); }

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

background-color css

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

 a { background-color: rgb(118,158,149); }

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

border-color css

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

 span { border-color: rgb(118,158,149); }

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