Html Css Color HEX #769086 Granny Smith

📋 copy color: '#769086'

red 118 ◦ green 144 ◦ blue 134

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

Shades of Granny Smith #769086

Tints of Granny Smith #769086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 29.8%
G = 36.36%
B = 33.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#769086 (or 0x769086) is known color: Granny Smith. HEX triplet: 76, 90 and 86. RGB value is (118,144,134). Sum of RGB (Red+Green+Blue) = 118+144+134=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #769086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769086 is #896F79. Grayscale: #878787. Windows color (decimal): -9006970 or 8818806. OLE color: 8818806.

HSL color Cylindrical-coordinate representation of color #769086: hue angle of 156.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769086 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 134 -
CMYK 0.18 0 0.07 0.44
HSL 156.92º 0.1% 0.51% -
HSV(B) 156.92º 0.18% 0.56% -
XYZ 21.75 25.52 26.33 -
YUV 135.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 118 144 134 0.18 0 0.07 0.44 156.92 0.1 0.51
Hex 76 90 86 12 0 7 2C 9D A 33
Octal 166 220 206 22 0 7 54 235 12 63
Binary 1110110 10010000 10000110 10010 0 111 101100 10011101 1010 110011

Color Harmonies of #769086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769086

Black with #769086

Text Example


Text Example

White with #769086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769086; }

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

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

background-color css

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

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

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

border-color css

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

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

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