Html Css Color HEX #769688 Granny Smith

📋 copy color: '#769688'

red 118 ◦ green 150 ◦ blue 136

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

Shades of Granny Smith #769688

Tints of Granny Smith #769688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 29.21%
G = 37.13%
B = 33.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#769688 (or 0x769688) is known color: Granny Smith. HEX triplet: 76, 96 and 88. RGB value is (118,150,136). Sum of RGB (Red+Green+Blue) = 118+150+136=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #769688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769688 is #896977. Grayscale: #8A8A8A. Windows color (decimal): -9005432 or 8951414. OLE color: 8951414.

HSL color Cylindrical-coordinate representation of color #769688: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769688 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 136 -
CMYK 0.21 0 0.09 0.41
HSL 153.75º 0.13% 0.53% -
HSV(B) 153.75º 0.21% 0.59% -
XYZ 22.82 27.44 27.39 -
YUV 138.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 118 150 136 0.21 0 0.09 0.41 153.75 0.13 0.53
Hex 76 96 88 15 0 9 29 9A D 35
Octal 166 226 210 25 0 11 51 232 15 65
Binary 1110110 10010110 10001000 10101 0 1001 101001 10011010 1101 110101

Color Harmonies of #769688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769688

Black with #769688

Text Example


Text Example

White with #769688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769688; }

 p { color: rgb(118,150,136); }

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

background-color css

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

 a { background-color: rgb(118,150,136); }

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

border-color css

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

 span { border-color: rgb(118,150,136); }

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