#769F92

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

Shades of Granny Smith #769F92

Tints of Granny Smith #769F92

Color information

#769F92 (or 0x769F92) is unknown color: approx Granny Smith. HEX triplet: 76, 9F and 92. RGB value is (118,159,146). Sum of RGB (Red+Green+Blue) = 118+159+146=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #769F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F92 is #89606D. Grayscale: #919191. Windows color (decimal): -9003118 or 9609078. OLE color: 9609078.

HSL color Cylindrical-coordinate representation of color #769F92: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F92 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB118159146-
CMYK0.2600.080.38
HSL160.98º17.6%54.31%-
HSV(B)160.98º25.79%62.35%-
XYZ25.0630.7231.8-
YUV145.26128.42108.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=27.90%
G=37.59%
B=34.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591460.2600.080.38160.9817.654.31
Hex769F921A0826a11236
Octal16623722232010462412266
Binary1110110100111111001001011010010001001101010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769F92; }

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

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

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

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

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

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

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

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