Html Css Color HEX #769886 Granny Smith

📋 copy color: '#769886'

red 118 ◦ green 152 ◦ blue 134

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

Shades of Granny Smith #769886

Tints of Granny Smith #769886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 29.21%
G = 37.62%
B = 33.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#769886 (or 0x769886) is known color: Granny Smith. HEX triplet: 76, 98 and 86. RGB value is (118,152,134). Sum of RGB (Red+Green+Blue) = 118+152+134=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #769886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769886 is #896779. Grayscale: #8B8B8B. Windows color (decimal): -9004922 or 8820854. OLE color: 8820854.

HSL color Cylindrical-coordinate representation of color #769886: hue angle of 148.24º 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 #769886 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 134 -
CMYK 0.22 0 0.12 0.40
HSL 148.24º 0.14% 0.53% -
HSV(B) 148.24º 0.22% 0.6% -
XYZ 23 28.03 26.75 -
YUV 139.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 118 152 134 0.22 0 0.12 0.40 148.24 0.14 0.53
Hex 76 98 86 16 0 C 28 94 E 35
Octal 166 230 206 26 0 14 50 224 16 65
Binary 1110110 10011000 10000110 10110 0 1100 101000 10010100 1110 110101

Color Harmonies of #769886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769886

Black with #769886

Text Example


Text Example

White with #769886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769886; }

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

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

background-color css

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

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

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

border-color css

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

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

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