Html Css Color HEX #769286 Granny Smith

📋 copy color: '#769286'

red 118 ◦ green 146 ◦ blue 134

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

Shades of Granny Smith #769286

Tints of Granny Smith #769286

RGB

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

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

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

R = 29.65%
G = 36.68%
B = 33.67%

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

#769286 (or 0x769286) is known color: Granny Smith. HEX triplet: 76, 92 and 86. RGB value is (118,146,134). Sum of RGB (Red+Green+Blue) = 118+146+134=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #769286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769286 is #896D79. Grayscale: #888888. Windows color (decimal): -9006458 or 8819318. OLE color: 8819318.

HSL color Cylindrical-coordinate representation of color #769286: hue angle of 154.29º 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 #769286 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 134 -
CMYK 0.19 0 0.08 0.43
HSL 154.29º 0.11% 0.52% -
HSV(B) 154.29º 0.19% 0.57% -
XYZ 22.05 26.13 26.44 -
YUV 136.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 118 146 134 0.19 0 0.08 0.43 154.29 0.11 0.52
Hex 76 92 86 13 0 8 2B 9A B 34
Octal 166 222 206 23 0 10 53 232 13 64
Binary 1110110 10010010 10000110 10011 0 1000 101011 10011010 1011 110100

Color Harmonies of #769286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769286

Black with #769286

Text Example


Text Example

White with #769286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769286; }

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

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

background-color css

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

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

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

border-color css

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

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

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