#7C9B8B

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

Shades of Granny Smith #7C9B8B

Tints of Granny Smith #7C9B8B

Color information

#7C9B8B (or 0x7C9B8B) is unknown color: approx Granny Smith. HEX triplet: 7C, 9B and 8B. RGB value is (124,155,139). Sum of RGB (Red+Green+Blue) = 124+155+139=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9B8B is #836474. Grayscale: #8F8F8F. Windows color (decimal): -8610933 or 9149308. OLE color: 9149308.

HSL color Cylindrical-coordinate representation of color #7C9B8B: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C9B8B is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB124155139-
CMYK0.200.100.39
HSL149.03º13.42%54.71%-
HSV(B)149.03º20%60.78%-
XYZ24.6929.5928.84-
YUV143.91125.23113.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=29.67%
G=37.08%
B=33.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241551390.200.100.39149.0313.4254.71
Hex7C9B8B140A2795d37
Octal17423321324012472251567
Binary111110010011011100010111010001010100111100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,155,139); }

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

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

 a { background-color: rgb(124,155,139); }

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

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

 span { border-color: rgb(124,155,139); }

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