Html Css Color HEX #769388 Granny Smith

📋 copy color: '#769388'

red 118 ◦ green 147 ◦ blue 136

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

Shades of Granny Smith #769388

Tints of Granny Smith #769388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 29.43%
G = 36.66%
B = 33.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#769388 (or 0x769388) is known color: Granny Smith. HEX triplet: 76, 93 and 88. RGB value is (118,147,136). Sum of RGB (Red+Green+Blue) = 118+147+136=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #769388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769388 is #896C77. Grayscale: #898989. Windows color (decimal): -9006200 or 8950646. OLE color: 8950646.

HSL color Cylindrical-coordinate representation of color #769388: hue angle of 157.24º 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 #769388 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 136 -
CMYK 0.20 0 0.07 0.42
HSL 157.24º 0.12% 0.52% -
HSV(B) 157.24º 0.2% 0.58% -
XYZ 22.35 26.5 27.23 -
YUV 137.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 118 147 136 0.20 0 0.07 0.42 157.24 0.12 0.52
Hex 76 93 88 14 0 7 2A 9D C 34
Octal 166 223 210 24 0 7 52 235 14 64
Binary 1110110 10010011 10001000 10100 0 111 101010 10011101 1100 110100

Color Harmonies of #769388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769388

Black with #769388

Text Example


Text Example

White with #769388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769388; }

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

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

background-color css

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

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

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

border-color css

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

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

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