#769C94

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

Shades of Granny Smith #769C94

Tints of Granny Smith #769C94

Color information

#769C94 (or 0x769C94) is unknown color: approx Granny Smith. HEX triplet: 76, 9C and 94. RGB value is (118,156,148). Sum of RGB (Red+Green+Blue) = 118+156+148=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #769C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C94 is #89636B. Grayscale: #8F8F8F. Windows color (decimal): -9003884 or 9739382. OLE color: 9739382.

HSL color Cylindrical-coordinate representation of color #769C94: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C94 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB118156148-
CMYK0.2400.050.39
HSL167.37º16.1%53.73%-
HSV(B)167.37º24.36%61.18%-
XYZ24.729.7732.46-
YUV143.73130.41109.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=27.96%
G=36.97%
B=35.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561480.2400.050.39167.3716.153.73
Hex769C94180527a71036
Octal1662342243005472472066
Binary111011010011100100101001100001011001111010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,148); }

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

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

 a { background-color: rgb(118,156,148); }

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

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

 span { border-color: rgb(118,156,148); }

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