#7B938D

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

Shades of Granny Smith #7B938D

Tints of Granny Smith #7B938D

Color information

#7B938D (or 0x7B938D) is unknown color: approx Granny Smith. HEX triplet: 7B, 93 and 8D. RGB value is (123,147,141). Sum of RGB (Red+Green+Blue) = 123+147+141=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938D is #846C72. Grayscale: #8B8B8B. Windows color (decimal): -8678515 or 9278331. OLE color: 9278331.

HSL color Cylindrical-coordinate representation of color #7B938D: hue angle of 165º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B938D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB123147141-
CMYK0.1600.040.42
HSL165º10%52.94%-
HSV(B)165º16.33%57.65%-
XYZ23.412729.18-
YUV139.14129.05116.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.93%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=29.93%
G=35.77%
B=34.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231471410.1600.040.421651052.94
Hex7B938D10042Aa5a35
Octal1732232152004522451265
Binary11110111001001110001101100000100101010101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B938D; }

 p { color: rgb(123,147,141); }

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

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

 a { background-color: rgb(123,147,141); }

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

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

 span { border-color: rgb(123,147,141); }

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