#769184

Color #769184 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #769184

Tints of Granny Smith #769184

Color information

#769184 (or 0x769184) is unknown color: approx Granny Smith. HEX triplet: 76, 91 and 84. RGB value is (118,145,132). Sum of RGB (Red+Green+Blue) = 118+145+132=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #769184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769184 is #896E7B. Grayscale: #878787. Windows color (decimal): -9006716 or 8687990. OLE color: 8687990.

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

Color convert

RGB118145132-
CMYK0.1900.090.43
HSL151.11º10.93%51.57%-
HSV(B)151.11º18.62%56.86%-
XYZ21.7625.7725.66-
YUV135.44126.05115.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=29.87%
G=36.71%
B=33.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451320.1900.090.43151.1110.9351.57
Hex76918413092B97b34
Octal16622120423011532271364
Binary111011010010001100001001001101001101011100101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769184; }

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

 H1.HeaderClassName
 {
   color: #769184;
 }
 .AnyTagClassName
 {
   color: #769184;
 }
</style>
background-color css

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

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

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

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

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

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