Html Css Color HEX #769987 Granny Smith

📋 copy color: '#769987'

red 118 ◦ green 153 ◦ blue 135

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

Shades of Granny Smith #769987

Tints of Granny Smith #769987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

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

R = 29.06%
G = 37.68%
B = 33.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#769987 (or 0x769987) is known color: Granny Smith. HEX triplet: 76, 99 and 87. RGB value is (118,153,135). Sum of RGB (Red+Green+Blue) = 118+153+135=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #769987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769987 is #896678. Grayscale: #8C8C8C. Windows color (decimal): -9004665 or 8886646. OLE color: 8886646.

HSL color Cylindrical-coordinate representation of color #769987: hue angle of 149.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769987 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 135 -
CMYK 0.23 0 0.12 0.4
HSL 149.14º 0.15% 0.53% -
HSV(B) 149.14º 0.23% 0.6% -
XYZ 23.24 28.38 27.18 -
YUV 140.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 118 153 135 0.23 0 0.12 0.4 149.14 0.15 0.53
Hex 76 99 87 17 0 C 28 95 F 35
Octal 166 231 207 27 0 14 50 225 17 65
Binary 1110110 10011001 10000111 10111 0 1100 101000 10010101 1111 110101

Color Harmonies of #769987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769987

Black with #769987

Text Example


Text Example

White with #769987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769987; }

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

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

background-color css

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

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

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

border-color css

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

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

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