Html Css Color HEX #769589 Granny Smith

📋 copy color: '#769589'

red 118 ◦ green 149 ◦ blue 137

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

Shades of Granny Smith #769589

Tints of Granny Smith #769589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 29.21%
G = 36.88%
B = 33.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#769589 (or 0x769589) is known color: Granny Smith. HEX triplet: 76, 95 and 89. RGB value is (118,149,137). Sum of RGB (Red+Green+Blue) = 118+149+137=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #769589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769589 is #896A76. Grayscale: #8A8A8A. Windows color (decimal): -9005687 or 9016694. OLE color: 9016694.

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

Color convert

RGB 118 149 137 -
CMYK 0.21 0 0.08 0.42
HSL 156.77º 0.13% 0.52% -
HSV(B) 156.77º 0.21% 0.58% -
XYZ 22.73 27.15 27.71 -
YUV 138.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 118 149 137 0.21 0 0.08 0.42 156.77 0.13 0.52
Hex 76 95 89 15 0 8 2A 9D D 34
Octal 166 225 211 25 0 10 52 235 15 64
Binary 1110110 10010101 10001001 10101 0 1000 101010 10011101 1101 110100

Color Harmonies of #769589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769589

Black with #769589

Text Example


Text Example

White with #769589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769589; }

 p { color: rgb(118,149,137); }

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

background-color css

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

 a { background-color: rgb(118,149,137); }

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

border-color css

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

 span { border-color: rgb(118,149,137); }

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