Html Css Color HEX #769488 Granny Smith

📋 copy color: '#769488'

red 118 ◦ green 148 ◦ blue 136

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

Shades of Granny Smith #769488

Tints of Granny Smith #769488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 29.35%
G = 36.82%
B = 33.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#769488 (or 0x769488) is known color: Granny Smith. HEX triplet: 76, 94 and 88. RGB value is (118,148,136). Sum of RGB (Red+Green+Blue) = 118+148+136=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #769488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769488 is #896B77. Grayscale: #898989. Windows color (decimal): -9005944 or 8950902. OLE color: 8950902.

HSL color Cylindrical-coordinate representation of color #769488: hue angle of 156º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769488 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 136 -
CMYK 0.20 0 0.08 0.42
HSL 156º 0.12% 0.52% -
HSV(B) 156º 0.2% 0.58% -
XYZ 22.51 26.81 27.28 -
YUV 137.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 118 148 136 0.20 0 0.08 0.42 156 0.12 0.52
Hex 76 94 88 14 0 8 2A 9C C 34
Octal 166 224 210 24 0 10 52 234 14 64
Binary 1110110 10010100 10001000 10100 0 1000 101010 10011100 1100 110100

Color Harmonies of #769488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769488

Black with #769488

Text Example


Text Example

White with #769488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769488; }

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

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

background-color css

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

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

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

border-color css

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

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

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