Html Css Color HEX #769287 Granny Smith

📋 copy color: '#769287'

red 118 ◦ green 146 ◦ blue 135

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

Shades of Granny Smith #769287

Tints of Granny Smith #769287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 135 (53.13% from 255) = 33.83%

R = 29.57%
G = 36.59%
B = 33.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#769287 (or 0x769287) is known color: Granny Smith. HEX triplet: 76, 92 and 87. RGB value is (118,146,135). Sum of RGB (Red+Green+Blue) = 118+146+135=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #769287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769287 is #896D78. Grayscale: #888888. Windows color (decimal): -9006457 or 8884854. OLE color: 8884854.

HSL color Cylindrical-coordinate representation of color #769287: hue angle of 156.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769287 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 135 -
CMYK 0.19 0 0.08 0.43
HSL 156.43º 0.11% 0.52% -
HSV(B) 156.43º 0.19% 0.57% -
XYZ 22.12 26.16 26.8 -
YUV 136.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 118 146 135 0.19 0 0.08 0.43 156.43 0.11 0.52
Hex 76 92 87 13 0 8 2B 9C B 34
Octal 166 222 207 23 0 10 53 234 13 64
Binary 1110110 10010010 10000111 10011 0 1000 101011 10011100 1011 110100

Color Harmonies of #769287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769287

Black with #769287

Text Example


Text Example

White with #769287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769287; }

 p { color: rgb(118,146,135); }

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

background-color css

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

 a { background-color: rgb(118,146,135); }

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

border-color css

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

 span { border-color: rgb(118,146,135); }

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