Html Css Color HEX #769486 Granny Smith

📋 copy color: '#769486'

red 118 ◦ green 148 ◦ blue 134

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

Shades of Granny Smith #769486

Tints of Granny Smith #769486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 29.5%
G = 37%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#769486 (or 0x769486) is known color: Granny Smith. HEX triplet: 76, 94 and 86. RGB value is (118,148,134). Sum of RGB (Red+Green+Blue) = 118+148+134=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #769486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769486 is #896B79. Grayscale: #898989. Windows color (decimal): -9005946 or 8819830. OLE color: 8819830.

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

Color convert

RGB 118 148 134 -
CMYK 0.20 0 0.09 0.42
HSL 152º 0.12% 0.52% -
HSV(B) 152º 0.2% 0.58% -
XYZ 22.36 26.75 26.54 -
YUV 137.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 118 148 134 0.20 0 0.09 0.42 152 0.12 0.52
Hex 76 94 86 14 0 9 2A 98 C 34
Octal 166 224 206 24 0 11 52 230 14 64
Binary 1110110 10010100 10000110 10100 0 1001 101010 10011000 1100 110100

Color Harmonies of #769486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769486

Black with #769486

Text Example


Text Example

White with #769486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769486; }

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

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

background-color css

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

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

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

border-color css

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

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

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