#7B948E

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

Shades of Granny Smith #7B948E

Tints of Granny Smith #7B948E

Color information

#7B948E (or 0x7B948E) is unknown color: approx Granny Smith. HEX triplet: 7B, 94 and 8E. RGB value is (123,148,142). Sum of RGB (Red+Green+Blue) = 123+148+142=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7B948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B948E is #846B71. Grayscale: #8B8B8B. Windows color (decimal): -8678258 or 9344123. OLE color: 9344123.

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

Color convert

RGB123148142-
CMYK0.1700.040.42
HSL165.6º10.46%53.14%-
HSV(B)165.6º16.89%58.04%-
XYZ23.6427.3429.62-
YUV139.84129.22115.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=29.78%
G=35.84%
B=34.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481420.1700.040.42165.610.4653.14
Hex7B948E11042Aa6a35
Octal1732242162104522461265
Binary11110111001010010001110100010100101010101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,142); }

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

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

 a { background-color: rgb(123,148,142); }

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

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

 span { border-color: rgb(123,148,142); }

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