Html Css Color HEX #769188 Granny Smith

📋 copy color: '#769188'

red 118 ◦ green 145 ◦ blue 136

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

Shades of Granny Smith #769188

Tints of Granny Smith #769188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

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

R = 29.57%
G = 36.34%
B = 34.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#769188 (or 0x769188) is known color: Granny Smith. HEX triplet: 76, 91 and 88. RGB value is (118,145,136). Sum of RGB (Red+Green+Blue) = 118+145+136=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #769188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769188 is #896E77. Grayscale: #878787. Windows color (decimal): -9006712 or 8950134. OLE color: 8950134.

HSL color Cylindrical-coordinate representation of color #769188: hue angle of 160º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769188 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 136 -
CMYK 0.19 0 0.06 0.43
HSL 160º 0.11% 0.52% -
HSV(B) 160º 0.19% 0.57% -
XYZ 22.04 25.88 27.13 -
YUV 135.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 118 145 136 0.19 0 0.06 0.43 160 0.11 0.52
Hex 76 91 88 13 0 6 2B A0 B 34
Octal 166 221 210 23 0 6 53 240 13 64
Binary 1110110 10010001 10001000 10011 0 110 101011 10100000 1011 110100

Color Harmonies of #769188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769188

Black with #769188

Text Example


Text Example

White with #769188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769188; }

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

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

background-color css

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

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

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

border-color css

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

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

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