Html Css Color HEX #769889 Granny Smith

📋 copy color: '#769889'

red 118 ◦ green 152 ◦ blue 137

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

Shades of Granny Smith #769889

Tints of Granny Smith #769889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 28.99%
G = 37.35%
B = 33.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#769889 (or 0x769889) is known color: Granny Smith. HEX triplet: 76, 98 and 89. RGB value is (118,152,137). Sum of RGB (Red+Green+Blue) = 118+152+137=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #769889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769889 is #896776. Grayscale: #8C8C8C. Windows color (decimal): -9004919 or 9017462. OLE color: 9017462.

HSL color Cylindrical-coordinate representation of color #769889: hue angle of 153.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769889 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 137 -
CMYK 0.22 0 0.10 0.40
HSL 153.53º 0.14% 0.53% -
HSV(B) 153.53º 0.22% 0.6% -
XYZ 23.21 28.11 27.87 -
YUV 140.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 118 152 137 0.22 0 0.10 0.40 153.53 0.14 0.53
Hex 76 98 89 16 0 A 28 9A E 35
Octal 166 230 211 26 0 12 50 232 16 65
Binary 1110110 10011000 10001001 10110 0 1010 101000 10011010 1110 110101

Color Harmonies of #769889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769889

Black with #769889

Text Example


Text Example

White with #769889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769889; }

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

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

background-color css

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

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

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

border-color css

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

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

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