#769384

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

Shades of Granny Smith #769384

Tints of Granny Smith #769384

Color information

#769384 (or 0x769384) is unknown color: approx Granny Smith. HEX triplet: 76, 93 and 84. RGB value is (118,147,132). Sum of RGB (Red+Green+Blue) = 118+147+132=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #769384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769384 is #896C7B. Grayscale: #888888. Windows color (decimal): -9006204 or 8688502. OLE color: 8688502.

HSL color Cylindrical-coordinate representation of color #769384: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769384 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB118147132-
CMYK0.2000.100.42
HSL148.97º11.84%51.96%-
HSV(B)148.97º19.73%57.65%-
XYZ22.0726.3825.76-
YUV136.62125.39114.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=29.72%
G=37.03%
B=33.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471320.2000.100.42148.9711.8451.96
Hex769384140A2A95c34
Octal16622320424012522251464
Binary111011010010011100001001010001010101010100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769384; }

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

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

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

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

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

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

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

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