Html Css Color HEX #769B87 Granny Smith

📋 copy color: '#769B87'

red 118 ◦ green 155 ◦ blue 135

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

Shades of Granny Smith #769B87

Tints of Granny Smith #769B87

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 28.92%
G = 37.99%
B = 33.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#769B87 (or 0x769B87) is known color: Granny Smith. HEX triplet: 76, 9B and 87. RGB value is (118,155,135). Sum of RGB (Red+Green+Blue) = 118+155+135=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #769B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B87 is #896478. Grayscale: #8D8D8D. Windows color (decimal): -9004153 or 8887158. OLE color: 8887158.

HSL color Cylindrical-coordinate representation of color #769B87: hue angle of 147.57º 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 #769B87 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 135 -
CMYK 0.24 0 0.13 0.39
HSL 147.57º 0.16% 0.54% -
HSV(B) 147.57º 0.24% 0.61% -
XYZ 23.57 29.04 27.29 -
YUV 141.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 118 155 135 0.24 0 0.13 0.39 147.57 0.16 0.54
Hex 76 9B 87 18 0 D 27 94 10 36
Octal 166 233 207 30 0 15 47 224 20 66
Binary 1110110 10011011 10000111 11000 0 1101 100111 10010100 10000 110110

Color Harmonies of #769B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B87

Black with #769B87

Text Example


Text Example

White with #769B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,135); }

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

background-color css

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

 a { background-color: rgb(118,155,135); }

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

border-color css

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

 span { border-color: rgb(118,155,135); }

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