Html Css Color HEX #769284 Granny Smith

📋 copy color: '#769284'

red 118 ◦ green 146 ◦ blue 132

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

Shades of Granny Smith #769284

Tints of Granny Smith #769284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 29.8%
G = 36.87%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#769284 (or 0x769284) is known color: Granny Smith. HEX triplet: 76, 92 and 84. RGB value is (118,146,132). Sum of RGB (Red+Green+Blue) = 118+146+132=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #769284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769284 is #896D7B. Grayscale: #888888. Windows color (decimal): -9006460 or 8688246. OLE color: 8688246.

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

Color convert

RGB 118 146 132 -
CMYK 0.19 0 0.10 0.43
HSL 150º 0.11% 0.52% -
HSV(B) 150º 0.19% 0.57% -
XYZ 21.91 26.08 25.71 -
YUV 136.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 118 146 132 0.19 0 0.10 0.43 150 0.11 0.52
Hex 76 92 84 13 0 A 2B 96 B 34
Octal 166 222 204 23 0 12 53 226 13 64
Binary 1110110 10010010 10000100 10011 0 1010 101011 10010110 1011 110100

Color Harmonies of #769284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769284

Black with #769284

Text Example


Text Example

White with #769284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769284; }

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

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

background-color css

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

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

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

border-color css

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

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

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